#PHP85 adds two functions for retrieving the first and last values of an array. They are `array_first()` and `array_last()` respectively, and they work more or less like you would expect them to.
Learn about more of the new features at https://youtu.be/Wmsy2O_WysA
#phpc #php #softwareenginnering

AWS has so many options, which is both great at times and overwhelming at others. For example, how would you set up traditional bounce logging with Amazon SES? Here's a solution I landed on after trying several. #php #laravel https://masteringlaravel.io/daily/2025-10-23-setting-up-amazon-ses-email-bounce-logging
When will the new league/uri package will be release .... It will be released when it is ready #php85 #php #URI https://github.com/thephpleague/uri-src/issues/162 #OSS #sponsor
Now this animation is available for the 1000 sequences decomposed on my website.
Accessible from the 3Dgraph, 2Dgraph500terms and 2dgraphs pages ➡️ https://decompwlj.com
A little more work on axis sizing and controls.
#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
4: The palindromes in base 10 (A002113) ➡️ https://decompwlj.com/3DgraphGen/Palindromes.html
#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
3: The triangular numbers (A000217) ➡️ https://decompwlj.com/3DgraphGen/Triangular_numbers.html
#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
2: The prime numbers (A000040) ➡️ https://decompwlj.com/3DgraphGen/Prime_numbers.html
#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
Generation of four sequences decomposed into weight × level + jump (log(weight), log(level), log(jump)) - three.js animation:
🧵⬇️
1: The natural numbers (A000027) ➡️ https://decompwlj.com/3DgraphGen/Natural_numbers.html
#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
Cloud Castle HTTP Router: Быстрый и гибкий роутер для PHP-приложений
Привет, Хабр! В мире PHP-разработки роутинг — это основа любого веб-приложения. От простых API до сложных микросервисов, правильный роутер может стать ключом к производительности и масштабируемости. Сегодня я хочу представить вам Cloud Castle HTTP Router — мою библиотеку, которая сочетает скорость, простоту и мощь. Это не просто инструмент, а решение для разработчиков, которые хотят оставить позади громоздкие фреймворки и сосредоточиться на коде. Давайте разберем ее по полочкам: технические фичи, маркетинговый потенциал и архитектурные преимущества. А в конце — сравнение с конкурентами и реальные тесты из документации.
https://habr.com/ru/articles/959418/
Ok postup a) - template RH v XLS - dcera si řeší aktualnost - pak printscreen do PNG A teď buď b) - PNG do galerie v @zivyobraz.bsky.social - ZO zobrazuje obrazky z galerie Nebo ja mám c) - ZO taha PNG z webu, tu mu #php podle planu serviruje buď RH nebo Kevinovy obrazky Jak říkám kapku #hacking

FrankenPHP permet de créer des extensions #PHP en Go. Grâce à quelques fonctions et son générateur d’extensions, on peut désormais créer une extension PHP sans écrire une seule ligne de C. Découvrez avec Alexandre Daubois le cheminement vers cette nouveauté 👇 https://les-tilleuls.coop/blog/des-extensions-php-en-go-avec-frankenphp
switch-Anweisungen sind oftmals in PHP-Code unterrepräsentiert. Doch das muss nicht sein, haben sie doch ein paar coole Funktionen, die das Leben einfacher macht.
[…]
https://epiph.yt/blog/2025/wann-switch-ohne-break-oder-switch-true-verwenden/
#PHP #switch #WebDev #WebDevelopment