PHP 8.6.0 Beta 1 is available for testing

Voting

: max(seven, one)?
(Example: nine)

The Note You're Voting On

James
20 years ago
To avoid the notice commited by PHP since 4.3.3 when you start a session twice, check session_id() first:
if (session_id() == "")
 session_start();

<< Back to user notes page

AltStyle によって変換されたページ (->オリジナル) /