Procedural File: inc.php
Source Location: /inc.php
Page Details:
Program Initilization and base functions
This is the initilization script.
Tags:
Includes:
array $input [line 19]
arguments [line 69]
array arguments(
array $argv)
|
|
Returns the passed array and createds the paramater array
Parameters
array |
$argv |
Passed values |
checkEmail_basic [line 108]
array checkEmail_basic(
string $email)
|
|
Validates an string to ensure it matches a valid email address syntax
Parameters
display_help [line 45]
bool display_help(
[string $parse = The source directory to parse])
|
|
Displays the CLI help mode.
Parameters
string |
$parse |
The source directory to parse |
|