array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'function.openal-source-pause.php', 1 => 'openal_source_pause', 2 => 'Pause the source', ), 'up' => array ( 0 => 'ref.openal.php', 1 => 'OpenAL 函数', ), 'prev' => array ( 0 => 'function.openal-source-get.php', 1 => 'openal_source_get', ), 'next' => array ( 0 => 'function.openal-source-play.php', 1 => 'openal_source_play', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/openal/functions/openal-source-pause.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

openal_source_pause

(PECL openal >= 0.1.0)

openal_source_pause Pause the source

说明

openal_source_pause(resource $source): bool

参数

source

An Open AL(Source) resource (previously created by openal_source_create()).

返回值

成功时返回 true, 或者在失败时返回 false

参见