Function __global->_intelligent_write_error

Definitions

sources/files2.php

  • Discern the cause of a file-write error, and show an appropriate error message.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$path PATH No No required parameter N/A N/A File path that could not be written (full path, not relative)

Preview

Code (PHP)

/**
 * Discern the cause of a file-write error, and show an appropriate error message.
 *
 * @param  PATH $path File path that could not be written (full path, not relative)
 */

function _intelligent_write_error(string $path)