finfo_bufferfinfo::bufferReturn information about a string buffer DescriptionProcedural style
stringfalse finfo_buffer(
finfo $finfo ,string $string ,int $flags = FILEINFO_NONE ,resourcenull $context = null ) Object-oriented style public stringfalse finfo::buffer(string
$string , int $flags = FILEINFO_NONE , resourcenull $context = null )This function is used to get information about binary data in a string. Parameters
Return Values
Returns a textual description of the Changelog
Examples
Example #1 A finfo_buffer example
The above example will output something similar to: application/x-sh; charset=us-ascii See Also
|