Close the debugging file handle.
Description
See also
Parameters
$fpmixedrequired- Unused.
Source
function debug_fclose( $fp ) {
_deprecated_function( __FUNCTION__, '3.4.0', 'error_log()' );
}
| CARVIEW |
This function has been deprecated. Use error_log() instead.
Close the debugging file handle.
$fpmixedrequiredfunction debug_fclose( $fp ) {
_deprecated_function( __FUNCTION__, '3.4.0', 'error_log()' );
}
| Uses | Description |
|---|---|
_deprecated_function()wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.