PHP 8.3.22 Released!

Voting

: min(four, nine)?
(Example: nine)

The Note You're Voting On

alvaro at demogracia dot com
14 years ago
These algorithms can be used to generate a session ID. Just pick a string value from the list and feed the session.hash_function directive with it. E.g.:

<?php
ini_set
('session.hash_function', 'whirlpool');
?>

<< Back to user notes page

To Top