| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
gupnp_context_timeout_add(PECL gupnp >= 0.1.0) gupnp_context_timeout_add — Sets a function to be called at regular intervals 説明
bool gupnp_context_timeout_add
( resource
$context
, int $timeout
, mixed $callback
[, mixed $arg
] )Sets a function to be called at regular intervals. パラメータ
返り値
成功した場合に 例
例1 Create new UPnP context and set callback
<?php エラー / 例外Issues E_WARNING with not valid callback function. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「gupnp_context_timeout_add - Sets a function to be called at regular intervals」をGoogle検索
|