PHP dosyası için FILE_SKIP_NEW_LINES () (v4.4.9) çalışmıyor

0 Cevap php

I recently switched over to my friends server, and had to edit some code in my files,
and noticed that FILE_SKIP_NEW_LINES doesn't seem to work for the file function.

When doing a var_dump on a variable I made with file(),
it gives me "[key]" => "[value] " (notice the space after [value]).
Was this flag not available in version 4.4.9, or what?

Ne yazık ki, bu sadece bir web otel, o yüzden PHP sürümünü güncellemek olamaz.

0 Cevap