Anyone?

-------- Original Message --------
Subject: [PHP-NOTES] note 43927 added to function.rtrim
Date: 8 Jul 2004 21:15:07 -0000
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

Probably typo.. The above example returns warning of invalid range... Also I am not aware of any HEX 00 character, let me know if you see one;)
<?php
//not working
$clean = rtrim($binary, "\0x00..\0x1F");
//working
$clean = rtrim($binary, "\x01..\x1F");
?>

Reply via email to