On Mon, 6 Oct 2003, Martin Straka wrote:
>
> Is somewhere documented that everything after NULL (0x00 %00) character
> is ignored for example in functions include, fopen etc?

Interestingly, no, it's not documented in the manual (at least I couldn't
find any official documentation on NULL terminated strings as a definition
when I searched through the official docs). However, strings in PHP follow
the C convention of being NULL terminated.

Mark C.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to