Uberfuzzy

1,101
Reputation
81 views

Registered User

Name Uberfuzzy
Member for 1 year
Seen Nov 24 at 18:51
Website
Location Cleveland, Ohio
Age 27
OH, thats what this gray box is for...
Nov
20
comment How to write a single dimension array to a file in php a.k.a. file_put_contents vs fopen+fwrite
wish i could switch from serialize to json_serialize, but its not my code, and much of it has legacy ties to other external things i cant get changed :(
Nov
20
comment How to write a single dimension array to a file in php a.k.a. file_put_contents vs fopen+fwrite
Actually, in most cases, I do actually need it in plain text "1 item per line" files, as they are work queues for other scripts, but need to be human skimmed/edited to remove a few lines. script-to-script i do use serialize, no question asked, and in which case, i use f_p_c because theres no way to get the results of serialize() except as 1 huge string anyway.
Nov
20
comment How to write a single dimension array to a file in php a.k.a. file_put_contents vs fopen+fwrite
would it change your statement if the data array wasnt 6 items, but 60000? that would mean building (via the implode) and buffering temporarily, a very large string in memory, in addition to the very large array you already have, meaning, for brief moment, you need to have 2 copies of it in ram.
Nov
20
asked How to write a single dimension array to a file in php a.k.a. file_put_contents vs fopen+fwrite
Nov
19
comment file put contents with array
just a note, your missing a ) on the 2nd line
Nov
19
awarded  Nice Question
Nov
14
comment RegEx match open tags except XHTML self-contained tags
+1 for... awesome? also getting printed and framed
Sep
28
asked Any way to keep curl’s cookies in memory and not on disk
Aug
9
answered curl sending GET instead of POST
Aug
5
awarded  Yearling
Jun
25
awarded  Popular Question
Jun
19
awarded  Popular Question