PHP 8.5.0 Alpha 1 available for testing

Voting

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

The Note You're Voting On

Anon
13 years ago
I cannot emphasize enough knowing the active working directory. Find it by: echo getcwd();
Remember that if file A includes file B, and B includes file C; the include path in B should take into account that A, not B, is the active working directory.

<< Back to user notes page

To Top