php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #64684
Patch put_a_AT_in_start_of_line revision 2013-04-20 14:36 UTC by rg at mejoramos dot com

Patch put_a_AT_in_start_of_line for *Directory/Filesystem functions Bug #64684

Patch version 2013-04-20 14:36 UTC

Return to Bug #64684 | Download this patch
Patch Revisions:

Developer: rg@mejoramos.com

//Put symbol @:

@$E=finfo_file($finfo,$_FILES['archivo']['tmp_name'],FILEINFO_MIME_ENCODING);
if($E)echo 'Encoding: '.$E;
else echo 'Bug #64684';
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 15:01:29 2024 UTC