Dutch PHP Conference 2025 - Call For Papers

openal_device_open

(PECL openal >= 0.1.0)

openal_device_open Initialize the OpenAL audio layer

Опис

openal_device_open(string $device_desc = ?): resource

Параметри

device_desc

Open an audio device optionally specified by device_desc. If device_desc is not specified the first available audio device will be used.

Значення, що повертаються

Returns an Open AL(Device) resource on success or false on failure.

Прогляньте також

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top