Function __global->strlen

Definitions

sources_custom/phpstub.php

  • Get string length.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: int

Parameters

Name Type Default Set Range Description
$str string required parameter N/A N/A The string to get the length of

Return

  • The string length
  • Type: integer
  • Set: N/A
  • Range: N/A