debug_fclose( mixed $fp )

This function has been deprecated. Use error_log() instead.

Close the debugging file handle.

Description

See also

Parameters

$fp

(mixed) (Required) Unused.

Source

File: wp-includes/deprecated.php

function debug_fclose( $fp ) {
	_deprecated_function( __FUNCTION__, '3.4.0', 'error_log()' );
}

Changelog

Version Description
3.4.0 Use error_log()
0.71 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/debug_fclose