PHP 8.5.0 Alpha 1 available for testing

Voting

: max(nine, three)?
(Example: nine)

The Note You're Voting On

MBa
13 years ago
To check if a string is serialized:

$blSerialized=(@unserialize($sText)||$sText=='b:0;');

<< Back to user notes page

To Top