mirror of
https://github.com/php/doc-ru.git
synced 2026-03-26 08:42:13 +01:00
61 lines
1.7 KiB
XML
61 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- EN-Revision: c0d9ebb6de7a60da4a87c0b874ff44ceec8c1975 Maintainer: lex Status: ready -->
|
||
<!-- Reviewed: no -->
|
||
<refentry xml:id="function.openal-buffer-create" xmlns="http://docbook.org/ns/docbook">
|
||
<refnamediv>
|
||
<refname>openal_buffer_create</refname>
|
||
<refpurpose>
|
||
Сгенерировать буфер OpenAL
|
||
</refpurpose>
|
||
</refnamediv>
|
||
<refsect1 role="description">
|
||
&reftitle.description;
|
||
<methodsynopsis>
|
||
<type>resource</type><methodname>openal_buffer_create</methodname>
|
||
<void/>
|
||
</methodsynopsis>
|
||
</refsect1>
|
||
|
||
<refsect1 role="parameters">
|
||
&reftitle.parameters;
|
||
&no.function.parameters;
|
||
</refsect1>
|
||
|
||
<refsect1 role="returnvalues">
|
||
&reftitle.returnvalues;
|
||
<para>
|
||
Возвращает ресурс <link linkend="openal.resources">Open AL(Buffer)</link> в случае
|
||
успешного выполнения или &false; в случае возникновения ошибки.
|
||
</para>
|
||
</refsect1>
|
||
<refsect1 role="seealso">
|
||
&reftitle.seealso;
|
||
<para>
|
||
<simplelist>
|
||
<member><function>openal_buffer_loadwav</function></member>
|
||
<member><function>openal_buffer_data</function></member>
|
||
</simplelist>
|
||
</para>
|
||
</refsect1>
|
||
</refentry>
|
||
<!-- Keep this comment at the end of the file
|
||
Local variables:
|
||
mode: sgml
|
||
sgml-omittag:t
|
||
sgml-shorttag:t
|
||
sgml-minimize-attributes:nil
|
||
sgml-always-quote-attributes:t
|
||
sgml-indent-step:1
|
||
sgml-indent-data:t
|
||
indent-tabs-mode:nil
|
||
sgml-parent-document:nil
|
||
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
||
sgml-exposed-tags:nil
|
||
sgml-local-catalogs:nil
|
||
sgml-local-ecat-files:nil
|
||
End:
|
||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||
vim: et tw=78 syn=sgml
|
||
vi: ts=1 sw=1
|
||
-->
|