A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by lovelf » Fri Dec 04, 2009 6:59 pm
Code: Select all
$foo=str_replace("Content-Length: 1234567890","",$foo);
Post by requinix » Fri Dec 04, 2009 7:47 pm
$foo = substr($foo, 0, 16);
Return to “PHP - Code”