Warning: This function has been deprecated. Use error_log() instead.
debug_fclose( mixed $fp )
Close the debugging file handle.
描述
参数
- $fp
-
(mixed)
(Required)
Unused.
源代码
File: wp-includes/deprecated.php
function debug_fclose( $fp ) {
_deprecated_function( __FUNCTION__, 'error_log()' );
}
更新日志
Version | 描述 |
---|---|
3.4.0 | Use error_log() |
0.71 | Introduced. |
相关函数
Uses
-
wp-includes/functions.php:
_deprecated_function()
User Contributed Notes
你可能对这些文章感兴趣:
- wordpress函数get_author_template()用法示例
- wordpress函数get_author_name()用法示例
- wordpress函数get_author_posts_url()用法示例
- wordpress函数get_author_rss_link()用法示例
- wordpress函数get_author_feed_link()用法示例
- wordpress函数get_author_link()用法示例
- wordpress函数get_attachment_taxonomies()用法示例
- wordpress函数get_attachment_template()用法示例
- wordpress函数get_attachment_link()用法示例
- wordpress函数get_attachment_innerHTML()用法示例
- wordpress函数get_attachment_icon_src()用法示例
- wordpress函数get_attachment_icon()用法示例
- wordpress函数get_attached_media()用法示例
- wordpress函数get_attachment_fields_to_edit()用法示例
如有疑问,请前往问答中心反馈!
反馈