KRB5CCache
PHP Manual

KRB5CCache::getName

(No version information available, might be only in CVS)

KRB5CCache::getNameReturns the credential cache identifier for the ccache

Description

public string KRB5CCache::getName ( void )

Returns the credential cache identifier for the ccache

Parameters

This function has no parameters.

Return Values

Returns the credential cache identifier for the ccache of the form TYPE:identifier

Examples

Example #1 KRB5CCache::getName() example

<?php
echo $ccache->getName();
?>

The above example will output something similar to:

MEMORY:5fds34asd


KRB5CCache
PHP Manual