Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
ced4e284
Commit
ced4e284
authored
Nov 04, 2007
by
Gábor Hojtsy
Browse files
#133435
by jpetso: fix arg() phpdoc to document that NULL is returned when an argument is not found
parent
ac914745
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/path.inc
View file @
ced4e284
...
@@ -153,7 +153,7 @@ function drupal_get_normal_path($path, $path_language = '') {
...
@@ -153,7 +153,7 @@ function drupal_get_normal_path($path, $path_language = '') {
* (forward-slash), and where the first component has an index of 0 (zero).
* (forward-slash), and where the first component has an index of 0 (zero).
*
*
* @return
* @return
* The component specified by $index, or
FALSE
if the specified component was
* The component specified by $index, or
NULL
if the specified component was
* not found.
* not found.
*/
*/
function
arg
(
$index
=
NULL
,
$path
=
NULL
)
{
function
arg
(
$index
=
NULL
,
$path
=
NULL
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment