PHP 8.5.0 Alpha 4 available for testing

Voting

: min(five, eight)?
(Example: nine)

The Note You're Voting On

boris at gamate dot com
22 years ago
When retrieving mod_gzip'ed content and using gzinflate() to decode the data, be sure to strip the first 10 chars from the retrieved content.

<?php $dec = gzinflate(substr($enc,10)); ?>

<< Back to user notes page

To Top