ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules 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()

hnodename (   $name)

Definition at line 15 of file client4.php.

Referenced by CASClient\validateST().

16 {
17  if ($i = is_int(strpos($name, ":")))
18  {
19  return substr($name, $i);
20  }
21  else
22  {
23  return $name;
24  }
25 }
+ Here is the caller graph for this function: