CakeFest 2024: The Official CakePHP Conference

Yar_Client_Exception::getType

(PECL yar >= 1.0.0)

Yar_Client_Exception::getTypeRetrieve exception's type

Descrizione

public Yar_Client_Exception::getType(): string

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns "Yar_Exception_Client".

Esempi

Example #1 Yar_Client_Exception::getType() example

<?php

/* ... */

?>

Il precedente esempio visualizzerà qualcosa simile a:

...

Vedere anche:

  • Yaf_Server_Exception::getType()
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top