![]() |
Home / Documentation / 2.0 / API / | |||
| APR::Util - Perl API for XXX | ||||
|
|
||
filepath_name_getMETA: Autogenerated - needs to be reviewed/completed
return the final element of the pathname
$ret = filepath_name_get($pathname);
$pathname (string)
The path to get the final element of
$ret (string)
the final element of the path @remark <PRE> For example: "/foo/bar/gum" -> "gum" "/foo/bar/gum/" -> "" "gum" -> "gum" "bs\\path\\stuff" -> "stuff" </PRE>
password_getMETA: Autogenerated - needs to be reviewed/completed
Display a prompt and read in the password from stdin.
$ret = password_get($prompt, $pwbuf, $bufsize);
$prompt (string)
The prompt to display
$pwbuf (string)
Buffer to store the password
$bufsize (number)
The length of the password buffer.
$ret (integer)
mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 1.1.
|
|