Function __global->pathinfo

Definitions

sources_custom/phpstub.php

  • Returns information about a file path.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$path PATH required parameter N/A N/A The path to parse
$flags integer 15 N/A N/A The PATHINFO_* constant defining what to return (default: all)

Return

  • A map of details about the path or a specific element if flag is not PATHINFO_ALL
  • Type: mixed
  • Set: N/A
  • Range: N/A