Function __global->strrev

Definitions

sources_custom/phpstub.php

  • Reverse a string.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$string string required parameter N/A N/A String to reverse

Return

  • Reversed string
  • Type: string
  • Set: N/A
  • Range: N/A