PHP 8.5.0 Released!

Voting

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

The Note You're Voting On

Wade.
17 years ago
If you're doing a lot of dynamic/computed includes (>100, say), then you may well want to know this performance comparison: if the target file doesn't exist, then an @include() is *ten* *times* *slower* than prefixing it with a file_exists() check. (This will be important if the file will only occasionally exist - e.g. a dev environment has it, but a prod one doesn't.)
Wade.

<< Back to user notes page

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