debug_fclose()

最后更新于:2021-11-25 23:28:01

debug_fclose( mixed$fp)

Close the debugging file handle.

参数

$fp

(mixed) (Required) Unused.

源文件

文件: gc-includes/deprecated.php

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