wpseek.com
WordPress开发者和主题制作者的搜索引擎



debug_fclose › WordPress Function

Since0.71
已弃用3.4.0
debug_fclose ( $fp )
参数:
  • (mixed) $fp Unused.
    Required: Yes
链接:
查看:
  • error_log()
定义在:
文档:

Close the debugging file handle.



源码

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