wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



debug_fclose › WordPress Function

Od0.71
Przestarzały3.4.0
debug_fclose ( $fp )
Parametry:
  • (mixed) $fp Unused.
    Wymagane: Tak
Linki:
Zobacz:
  • error_log()
Zdefiniowane na:
Codex:

Close the debugging file handle.



Źródło

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