recent searches:
include functions ,
variable functions ,
post functions...
If you are new to PHP or just need to refresh your skills, this is the place to start. This series of tutorials will give you the basic knowledge you will need to create a simple PHP website.
PHP is a reflective programming language originally designed for producing dynamic web pages.[1] PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses.
Platform independent audio bindings. Requires the OpenAL library.
This PECL extension is not bundled with PHP.
Information for installing this PECL extension may be found in the manual chapter titled Installation of PECL extensions. Additional information such as new releases, downloads, source files, maintainer information, and a CHANGELOG, can be located here: http://pecl.php.net/package/openal.
The DLL for this PECL extension may be downloaded from either the PHP Downloads page or from http://pecl4win.php.net/
This extension has no configuration directives defined in php.ini.
This extension defines four resource types: Open AL(Device) - Returned by openal_device_open(), Open AL(Context) - Returned by openal_context_create(), Open AL(Buffer) - Returned by openal_buffer_create(), and Open AL(Source) - Returned by openal_source_create().
The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime.
Context Attribute
Context Attribute
Context Attribute
Buffer Setting
Buffer Setting
Buffer Setting
Buffer Setting
Source/Listener Setting (Integer)
Source/Listener Setting (Integer)
Source/Listener Setting (Integer)
Source/Listener Setting (Float)
Source/Listener Setting (Float)
Source/Listener Setting (Float)
Source/Listener Setting (Float)
Source/Listener Setting (Float)
Source/Listener Setting (Float)
Source/Listener Setting (Float)
Source/Listener Setting (Float)
Source/Listener Setting (Float)
Source/Listener Setting (Float)
Source/Listener Setting (Float Vector)
Source/Listener Setting (Float Vector)
Source/Listener Setting (Float Vector)
Source/Listener Setting (Float Vector)
PCM Format
PCM Format
PCM Format
PCM Format
Source State
Source State
Source State
Source State
Source State
Boolean value recognized by OpenAL
Boolean value recognized by OpenAL
Another Useful functions:
ref.openal | function.openal-stream | function.openal-source-stop | function.openal-source-set | function.openal-source-rewind | function.openal-source-play | function.openal-source-pause | function.openal-source-get | function.openal-source-destroy | function.openal-source-create | function.openal-listener-set | function.openal-listener-get | function.openal-device-open | function.openal-device-close | function.openal-context-suspend | function.openal-context-process | function.openal-context-destroy | function.openal-context-current | function.openal-context-create | function.openal-buffer-loadwav | function.openal-buffer-get | function.openal-buffer-destroy | function.openal-buffer-data | function.openal-buffer-create | function.harudoc-setopenaction |
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.