ILIAS  release_4-3 Revision
 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.

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: