Open the file handle for debugging.
Description
See also
Parameters
$filename
stringrequired- File name.
$mode
stringrequired- Type of access you required to the stream.
Source
function debug_fopen( $filename, $mode ) {
_deprecated_function( __FUNCTION__, '3.4.0', 'error_log()' );
return false;
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.