kadm5_get_principals

(PECL kadm5 >= 0.2.3) Gets all principals from the Kerberos database array kadm5_get_principals ( resource $handle ) kadm5_get_principals() returns an array containing the principals's names. Parameters: handle A KADM5 handle. Returns: Returns array of principals on success or FALSE on failure.

kadm5_get_principal

(PECL kadm5 >= 0.2.3) Gets the principal's entries from the Kerberos database array kadm5_get_principal ( resource $handle, string $principal ) Gets the principal's entries from the Kerberos database. Parameters: handle A KADM5 handle. principal The principal. Returns: Returns array of options containing the

kadm5_get_policies

(PECL kadm5 >= 0.2.3) Gets all policies from the Kerberos database array kadm5_get_policies ( resource $handle ) Gets an array containing the policies's names. Parameters: handle A KADM5 handle. Returns: Returns array of policies on success or FALSE on failure. Examples: kadm5_get_

kadm5_flush

(PECL kadm5 >= 0.2.3) Flush all changes to the Kerberos database bool kadm5_flush ( resource $handle ) Flush all changes to the Kerberos database, leaving the connection to the Kerberos admin server open. Parameters: handle A KADM5 handle. Returns: Returns TRUE on success or FALSE on failure.

kadm5_destroy

(PECL kadm5 >= 0.2.3) Closes the connection to the admin server and releases all related resources bool kadm5_destroy ( resource $handle ) Closes the connection to the admin server and releases all related resources. Parameters: handle A KADM5 handle. Returns: Returns TRUE on success or FALSE on failure.

kadm5_delete_principal

(PECL kadm5 >= 0.2.3) Deletes a kerberos principal bool kadm5_delete_principal ( resource $handle, string $principal ) Removes the principal from the Kerberos database. Parameters: handle A KADM5 handle. principal The removed principal. Returns: Returns TRUE on success or FALSE on failure.

kadm5_create_principal

(PECL kadm5 >= 0.2.3) Creates a kerberos principal with the given parameters bool kadm5_create_principal ( resource $handle, string $principal [, string $password [, array $options ]] ) Creates a principal with the given password. Parameters: handle A KADM5 handle. principal The principal. password

kadm5_chpass_principal

(PECL kadm5 >= 0.2.3) Changes the principal's password bool kadm5_chpass_principal ( resource $handle, string $principal, string $password ) kadm5_chpass_principal() sets the new password password for the principal. Parameters: handle A KADM5 handle. principal The principal. password The new passwo

openal_stream

(PECL openal >= 0.1.0) Begin streaming on a source resource openal_stream ( resource $source, int $format, int $rate ) Parameters: source An Open AL(Source) resource (previously created by openal_source_create()). format Format of data, one of: AL_FORMAT_MONO8, AL_FORMAT_MONO16, AL_FORMAT_STEREO8 and AL_FORMAT_STEREO16

openal_source_stop

(PECL openal >= 0.1.0) Stop playing the source bool openal_source_stop ( resource $source ) Parameters: source An Open AL(Source) resource (previously created by openal_source_create()). Returns: Returns TRUE on success or FALSE on failure. See also: openal_