| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Mutex::destroy(PECL pthreads < 3.0.0) Mutex::destroy — Destroy Mutex 警告
The Mutex class has been removed in pthreads v3. 説明
final
public
static
boolean
Mutex::destroy
(
long
$mutex
)Destroying Mutex handles must be carried out explicitly by the programmer when they are finished with the Mutex handle. パラメータ
返り値A boolean indication of success 例
例1 Mutex Creation and Destruction
<?php 上の例の出力は以下となります。 int(40096976) |
![]() |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Mutex::destroy - Destroy Mutex」をGoogle検索
|