Yar_Client_Exception::getType

(PECL yar >= 1.0.0)

Yar_Client_Exception::getType检索异常的类型

说明

public Yar_Client_Exception::getType(): string

参数

此函数没有参数。

返回值

返回 "Yar_Exception_Client"

示例

示例 #1 Yar_Client_Exception::getType() 示例

<?php

/* ... */

?>

以上示例的输出类似于:

...

参见

  • Yaf_Server_Exception::getType()
add a note add a note

User Contributed Notes

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