Please answer this simple SPAM challenge: nine plus zero? (Example: nine)
I'm surprised this isn't mentioned in docs here, but to set these values at runtime use "ini_set()". For example:<?phpini_set("auto_detect_line_endings", true);// Now I can invoke fgets() on files that contain silly \r line endings. ?>
<< Back to user notes page