You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think would need strict check file when want file.
And, is_file is faster than file_exists.
In CodeIgniter, the file_exists function is used at the place where you are requesting a file.
I would like to change this to use the is_file function.
Shall I make RR?
I think would need strict check file when want file.
And,
is_file
is faster thanfile_exists
.In CodeIgniter, the file_exists function is used at the place where you are requesting a file.
I would like to change this to use the is_file function.
Shall I make RR?
your want that change?
https://github.com/codeigniter4/CodeIgniter4/search?q=file_exists&unscoped_q=file_exists
benchmark PHP7.1
0.0363450050354
0.0103449821472
The text was updated successfully, but these errors were encountered: