7.5. Opt_Compiler_Class class
7.5.20. isIdentifier()
7.5.19. isFunction()
« Previous
7.5.21. isInstruction()
Next »

7.5.20. isIdentifier()

Referencebool isIdentifier(string $id)

Returns true, if the specified $id is a valid identifier:

  1. The first character is a letter or underscore.
  2. The next characters are letters, digits or underscore.
7.5.20. isIdentifier()
7.5. Opt_Compiler_Class class
« Previous
7.5.19. isFunction()
Next »
7.5.21. isInstruction()