function php_documented_default_arguments_function()
Contains arguments with defaults
This description contains inline links.
- Link to class: php_documented_super_class
- Link to function: php_documented_arguments_function
- Link to function: php_documented_arguments_function()
- Link to constant: PHP_STRING_CONST
- Link to file: processor/main.php
- Link to file: /processor/main.php
- Link to file: main.php
- Link to method: php_documented_super_class::php_documented_method()
- Link to variable: php_documented_super_class::$php_var1
- Link to website: http://www.ahi.org.au
- Link to website: Australia HOPE International Usagevoid php_documented_default_arguments_function ( [ string $arg1 [, string $arg2 [, string $arg3 [, string $arg4 [, string $arg5 [, string $arg6 ]]]]]] ); AuthorsArguments- string $arg1 = default1
Default is 'default1' - string $arg2 = 100
Default is 100 - string $arg3 = 15.2
Default is 15.2 - string $arg4 = NULL
Default is null - string $arg5 = TRUE
Default is true - string $arg6 = FALSE
Default is false
Return value
|