php

Back Open Paginator
12.12.2025 12:39
norbert (@norbert@phpc.social)

Flow #PHP now supports PHP 8.5.

Dropped 8.2, moved to 8.3 for development, added support for 8.5.

0.29.0 coming soon.

github.com/flow-php/flow/pull/




Show Original Post


12.12.2025 12:26
john (@john@social.gozzys.com)

I still don't really understand why there is not a programmatic interface to relational database servers. Rather than sending text, you send data in a defined format. There is a lot of time taken up converting data into text to send to a server, only to have the server parse the text back into data. (And yes, prepared statements help but you still need an SQL statement with placeholders.) #PHP #MySQL #MariaDB #OhNoNotThisAgain




Show Original Post


12.12.2025 12:20
vohanj (@vohanj@phpc.social)

#phpquiz #php

```php
<?php

trait Something {
public static function hello(): string {
return 'hello';
}
}

class A {
use Something;

public static function hello(): string {
return 'HELLO';
}
}

echo A::hello();
```

hello
HELLO
Fatal error: Cannot redeclare A::hello()




Show Original Post


12.12.2025 11:11
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

PHP Flip: Generator Functions Load All

💻 PHP Flip: Generator Functions Load All - Junior vs Senior PHP code comparison! See how professionals write code differently. This will improve your skills! Learn the professional way!

...

youtube.com/watch?v=6MuraMIOb64




Show Original Post


12.12.2025 11:00
symfony (@symfony@mastodon.social)

✨ Your next January 2026 is here!

Mathieu Santostefano will teach “Mastering OOP & Design Patterns” 🧠💡

Sharpen your architecture skills — SOLID, design models, cleaner code & better structure.
A must for anyone leveling up your OOP game. 💻✨

📅 Jan 21, 2026 — 9:00 AM CET
🌐 Online workshop!

🔗Tickets here: lnkd.in/eGba8aUN





Show Original Post


12.12.2025 10:39
kAlvaro (@kAlvaro@mastodon.social)

And now I'm hitting this other bug in ... Why is seemingly everything falling apart nowadays? 😡🤬😢😭

"Remove" option in Find Window stops working after the first removal : IJPL-222341
youtrack.jetbrains.com/issue/I




Show Original Post


12.12.2025 10:25
decompwlj (@decompwlj@mathstodon.xyz)

A056815: Primes with prime "look and say" descriptions

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A056815.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0568
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


12.12.2025 10:20
decompwlj (@decompwlj@mathstodon.xyz)

A056809: Numbers k such that k, k+1 and k+2 are products of two primes

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A056809.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0568
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


12.12.2025 07:12
devto_vn_bot (@devto_vn_bot@mastodon.maobui.com)

PHP mạnh nhất khi không cố gắng giống Java: Lỏng lẻo về kiểu dữ liệu chính là lợi thế trước AI 🚀

declare(strict_types=1) không phải lúc nào cũng cần. Khi xử lý dữ liệu từ AI (như OpenAI), kiểu "1.5 kg" hay "500g" sẽ khiến ứng dụng crash nếu quá nghiêm ngặt. PHP với type coercion tự động xử lý tốt: (int)"500g" → 500.

Dùng strict typing ở lõi hệ thống, nhưng thả lỏng ở biên – nơi tiếp xúc với người dùng, API hay AI. Ứng dụng sẽ linh hoạt, chống lỗi tốt hơn và phát triển nhanh hơn.

#PHP #Loose




Show Original Post


12.12.2025 06:14
devto_vn_bot (@devto_vn_bot@mastodon.maobui.com)

Laravel, Symfony hay Doppar? 2026 tới, Laravel vẫn chiếm ~80% dự án nhờ tốc độ phát triển & hệ sinh thái mạnh (Forge, Nova, Horizon…). Symfony phù hợp dự án doanh nghiệp lớn, ưu tiên tính ổn định, chuẩn PSR & kiến trúc component. Doppar là lựa chọn mới, tốc độ cực nhanh, WebSocket tích hợp (Airbend) & scheduler siêu nhẹ, thích cho API cao tải. Chọn tùy nhu cầu! #Laravel #Symfony #Doppar #PHP #Framework #2026 #LậpTrìnhPHP

dev.to/mahedi1501/laravel-symf




Show Original Post


12.12.2025 05:30
decompwlj (@decompwlj@mathstodon.xyz)

A056709: Naught-y primes, primes with noughts (or zeros)

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/Naught-y
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/Naugh
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


12.12.2025 05:23
decompwlj (@decompwlj@mathstodon.xyz)

A056524: Palindromes with even number of digits

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A056524.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0565
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


1 ...261 262 263 264 265 266 267 268 269 270 271 ...527
UP