ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
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()

hnodename (   $name)

Definition at line 15 of file client4.php.

16{
17 if ($i = is_int(strpos($name, ":")))
18 {
19 return substr($name, $i);
20 }
21 else
22 {
23 return $name;
24 }
25}

Referenced by CASClient\validateST().

+ Here is the caller graph for this function: