Go to the source code of this file.
Data Structures | |
| class | CASClient |
| The CASClient class is a client interface that provides CAS authentication to PHP applications. More... | |
Functions | |
| hnodename ($name) | |
| hnodename | ( | $ | name | ) |
Definition at line 15 of file client4.php.
Referenced by CASClient::validateST().
{
if ($i = is_int(strpos($name, ":")))
{
return substr($name, $i);
}
else
{
return $name;
}
}
Here is the caller graph for this function:
1.7.1