Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

How does it make you feel?

Name: Anonymous 2008-08-19 8:01


$file_id = $db->escape_string(md5_file($file));

Name: Anonymous 2008-08-19 11:22

>>10
I disagree. The goal is to treat the string as a character array, which is what str_split does --

$ php -r 'print_r( str_split( "have a wank" ) );'
Array
(
    [0] => h
    [1] => a
    [2] => v
    [3] => e
    [4] => 
    [5] => a
    [6] => 
    [7] => w
    [8] => a
    [9] => n
    [10] => k
)

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List