Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php remove null bytes from string

$text = str_replace("", "", $text);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #remove #null #bytes #string
ADD COMMENT
Topic
Name
9+2 =