PHP 8.5.0 Beta 2 available for testing

Voting

: max(five, zero)?
(Example: nine)

The Note You're Voting On

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

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

<< Back to user notes page

To Top