PHP 7.0.6 Released
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Errors
Exceptions
Generators
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Filesystem Security
Database Security
Error Reporting
Using Register Globals
User Submitted Data
Magic Quotes
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Dealing with XForms
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Safe Mode
Command line usage
Garbage Collection
DTrace Dynamic Tracing
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Credit Card Processing
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
Keyboard Shortcuts
?
This help
j
Next menu item
k
Previous menu item
g p
Previous man page
g n
Next man page
G
Scroll to bottom
g g
Scroll to top
g h
Goto homepage
g s
Goto search
(current page)
/
Focus search box
PHP Manual
Function Reference
Authentication Services
Radius
Introduction
Installing/Configuring
Requirements
Installation
Runtime Configuration
Resource Types
Predefined Constants
RADIUS Options
RADIUS Packet Types
RADIUS Attribute Types
RADIUS Vendor Specific Attribute Types
Examples
Radius Functions
radius_acct_open
— Creates a Radius handle for accounting
radius_add_server
— Adds a server
radius_auth_open
— Creates a Radius handle for authentication
radius_close
— Frees all ressources
radius_config
— Causes the library to read the given configuration file
radius_create_request
— Create accounting or authentication request
radius_cvt_addr
— Converts raw data to IP-Address
radius_cvt_int
— Converts raw data to integer
radius_cvt_string
— Converts raw data to string
radius_demangle_mppe_key
— Derives mppe-keys from mangled data
radius_demangle
— Demangles data
radius_get_attr
— Extracts an attribute
radius_get_tagged_attr_data
— Extracts the data from a tagged attribute
radius_get_tagged_attr_tag
— Extracts the tag from a tagged attribute
radius_get_vendor_attr
— Extracts a vendor specific attribute
radius_put_addr
— Attaches an IP address attribute
radius_put_attr
— Attaches a binary attribute
radius_put_int
— Attaches an integer attribute
radius_put_string
— Attaches a string attribute
radius_put_vendor_addr
— Attaches a vendor specific IP address attribute
radius_put_vendor_attr
— Attaches a vendor specific binary attribute
radius_put_vendor_int
— Attaches a vendor specific integer attribute
radius_put_vendor_string
— Attaches a vendor specific string attribute
radius_request_authenticator
— Returns the request authenticator
radius_salt_encrypt_attr
— Salt-encrypts a value
radius_send_request
— Sends the request and waites for a reply
radius_server_secret
— Returns the shared secret
radius_strerror
— Returns an error message
User Contributed Notes
There are no user contributed notes for this page.