PHP 8.4.24 Released!

Voting

: min(zero, one)?
(Example: nine)

The Note You're Voting On

geandjay at gmail dot com
18 years ago
<?php
        $zip = new ZipArchive;
    $zip->open('teste.zip');
    $zip->extractTo('./');
    $zip->close();
        echo "Ok!";
?>

<< Back to user notes page

To Top