Function __global->rewind

Definitions

sources_custom/phpstub.php

  • Rewind the position of a file pointer.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$handle resource No No required parameter N/A N/A File handle

Returns

  • Success status
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Rewind the position of a file pointer.
 *
 * @param  resource $handle File handle
 * @return boolean Success status
 */

function rewind($handle) : bool