php

Back Open Paginator
27.12.2025 09:00
randomTYPO3 (@randomTYPO3@mas.to)

📙 Using named arguments in TYPO3

While the TYPO3 Core cannot directly enforce or prohibit the use of named arguments within extensions, it suggests certain best practices to ensure forward compatibility.

➡️ docs.typo3.org/m/typo3/referen

#TYPO3 #php




Show Original Post


27.12.2025 08:00
samvermeulenpro (@samvermeulenpro@mastodon.zaclys.com)

#ActuLibre Quoi de neuf les devs? #158 - Veille tech et l'interview de Fred, à lire sur go.itanea.fr/nl158 #programmation #dev #php




Show Original Post


27.12.2025 07:52
journalduhacker (@journalduhacker@framapiaf.org)

Quoi de neuf les devs? #158 - Veille tech et l'interview de Fred journalduhacker.net/s/wewttg/q go.itanea.fr/nl158 #programmation #dev #php




Show Original Post


27.12.2025 05:11
decompwlj (@decompwlj@mathstodon.xyz)

A066825: a(1) = 1; set of digits of a(n)^2 is a subset of the set of digits of a(n+1)^2

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A066825.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0668
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research





Show Original Post


27.12.2025 05:07
decompwlj (@decompwlj@mathstodon.xyz)

Decomposition into weight × level + jump of prime numbers:
- a new classification of primes ➡️ decompwlj.com/primedecomp.php
- in 3D - threejs - webGL ➡️ decompwlj.com/3Dgraph/Prime_nu

#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research





Show Original Post


27.12.2025 05:06
decompwlj (@decompwlj@mathstodon.xyz)

A066649: Primes of the form a^2 + b^3 with a, b > 0

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A066649.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0666
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research





Show Original Post


26.12.2025 23:10
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

PHP Wizardry: Spread Operator Tricks Array

💻 PHP Wizardry: Spread Operator Tricks Array - Junior vs Senior PHP code comparison! See how professionals write code differently. This will improve your skills! Can you spot all the issues?

...

youtube.com/watch?v=j83TSzX2bS8




Show Original Post


26.12.2025 21:09
lukasrotermund (@lukasrotermund@social.tchncs.de)

Which code in #PHP 7.0.0 decided if a compile-time known array will be immutable? Can someone please give me a rough call-tree?

I found the "make immutable array" comment in `zend_persist.c` in line 477. Is this the right place to understand the new immutable-array feature of PHP 7?

I also followed `zend_compile_static_var` (L3466) to `zend_compile_static_var_common` (L3430) where a `zend_ast` is compiled via `zend_compile_expr` and then `zend_compile_array` (both zend_compile.c). But here I'm kinda stuck :blobcatthink:




Show Original Post


26.12.2025 19:08
axelrafn (@axelrafn@social.axelrafn.is)

Just added my very own, homemade analytics to my website. Or, at least a base of one.
It is remarkable how fast you can build things with a nice #framework!

Ok, I know I am really late to the game with using frameworks such as #Laravel, but I at least I am trying to learn new things!

I used to be the guy who coded everything by hand, now trying to keep up with the world.

#PHP #Developer #Frameworks #DIY #Blog #CMS #Programming





Show Original Post


26.12.2025 18:31
dgafka (@dgafka@phpc.social)

To implement an Event-Driven Architecture, we end up following either the "Smart Endpoints, Dumb Pipes" approach or the "Dumb Endpoints, Smart Pipes" approach — either consciously or not.

In my latest article we will dive into those approaches to find out what do they actually mean, and which one will help keep the system simple as it grows.

blog.ecotone.tech/implementing

#php #eda #programming #messaging #events




Show Original Post


26.12.2025 17:10
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

Array Functions vs Array Methods: The Functional Battle

PHP's array_map/array_filter vs JavaScript's array methods. Which language's array manipulation is more powerful? This will blow your mind!

youtube.com/watch?v=SuJ_wF5AUr0




Show Original Post


26.12.2025 16:53
socketwench (@socketwench@masto.hackers.town)

RE: mastodon.social/@andrewnez/115

Somehow this makes me appreciate #php composer even more. The package index is JSON on a default index server. Packages themselves aren't on a singular server, but downloaded from the registered repository (usually Github) individually. This allows each package to be relatively independent of the index.




Show Original Post


1 ...234 235 236 237 238 239 240 241 242 243 244 ...526
UP