previousCache_Lite::lastModified (Previous) (Next) Cache_Lite::extendLifenext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Cache_Lite::raiseError

Cache_Lite::raiseError() – PEAR エラーを引き起こす

Synopsis

require_once 'Cache/Lite.php';

void Cache_Lite::raiseError ( string $msg , int $code )

Description

動的に PEAR.php を取り込み、PEAR エラーを引き起こします。

パフォーマンス改善のため、PEAR.php ファイルは動的に取り込まれます。 つまり、このファイルはエラーを引き起こす時のみ取り込まれます。 そのため、ほとんどの場合、このファイルは取り込まれず、 パフォーマンスはより良くなります。

Parameter

string $msg

エラーメッセージを指定します

integer $code

エラーコードを指定します

Note

This function can not be called statically.

previousCache_Lite::lastModified (Previous) (Next) Cache_Lite::extendLifenext

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.