php

Back Open Paginator
21.10.2025 14:52
jclermont (@jclermont@phpc.social)

In a previous tip, I questioned the value of overriding coding standards locally. The creator of PHP CS Fixer shared with me a different reason the tool allows local override. #php #laravel masteringlaravel.io/daily/2025




Show Original Post


21.10.2025 14:36
WildaSoftware (@WildaSoftware@mastodon.social)

Czasem bywa tak, że podczas testowania znaczenie ma jeszcze inny czynnik poza zewnętrznymi serwisami, API, sprzętem, bazami danych itd. - czas. Czy można go symulować na potrzeby weryfikacji kodu w PHP? Otóż, można.

doeken.org/blog/psr-20-clocks-




Show Original Post


21.10.2025 13:30
backpackforlaravel (@backpackforlaravel@mstdn.social)

#Laravel #PHP

Ever replaced a bunch of isset() checks with optional chaining?

Smart move or risky readability hit? 👇





Show Original Post


21.10.2025 12:14
cedx (@cedx@mastodon.social)

Pattern matching: I was already using this technique in PHP, but for some reason, I never thought to use it in JavaScript.

kyleshevlin.com/pattern-matchi




Show Original Post


21.10.2025 12:13
decompwlj (@decompwlj@mathstodon.xyz)

A031925: Upper prime of a difference of 6 between consecutive primes

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


21.10.2025 12:08
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


21.10.2025 12:07
decompwlj (@decompwlj@mathstodon.xyz)

A031924: Primes followed by a gap of 6, i.e., next prime is p + 6

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


21.10.2025 11:47
SecondeJ (@SecondeJ@phpc.social)

The scope of things you can do in #php with #laravel is now really getting to a point that is jaw-dropping. If you're interested in #rcs messaging, check out how I wired together an app with #livewire and Reverb.

developer.vonage.com/en/blog/r




Show Original Post


21.10.2025 11:20
MelvilleSpence (@MelvilleSpence@phpc.social)

Deep into that darkness peering, long I stood there wondering, fearing,
Doubting, dreaming dreams no mortal ever dared to dream before;
Boo, it’s #php at the door

Secure your doors & windows it is @phparch day. #CyberSecurityMonth




Show Original Post


21.10.2025 08:03
heisedeveloper (@heisedeveloper@social.heise.de)

betterCode() PHP 2025: Neuer Online-Workshop hilft beim Verstehen von KI-Tools

Zum sechsten Mal findet die PHP-Konferenz im Onlineformat statt. Neu im Programm: ein Workshop, der die Teilnehmenden beim Verstehen von KI-Tools unterstützt.

heise.de/news/betterCode-PHP-2

#IT #KünstlicheIntelligenz #PHP #Programmiersprachen #news




Show Original Post


21.10.2025 07:14
bananabob (@bananabob@mastodon.nz)

Need a little help with SQLITE3 and PHP.

When I use the following code:
$statement = $db->prepare('SELECT * FROM programme WHERE progchanname = :progchanname');

$statement->bindValue(':progchanname', $channel);

$res = $statement->execute();

Nothing is returned.
But if I substitute the variable $channel with 'HGTV' I get results.

Why is the variable not being accepted?

#Code #PHP #SQLITE3




Show Original Post


21.10.2025 05:42
decompwlj (@decompwlj@mathstodon.xyz)

A031443: Digitally balanced numbers: positive numbers that in base 2 have the same number of 0's as 1's

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/Digitall
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/Digit
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 ...366 367 368 369 370 371 372 373 374 375 376 ...525
UP