ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
client4.php File Reference

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)

Function Documentation

hnodename (   $name)

Definition at line 15 of file client4.php.

References $name.

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: