downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Installation/Konfiguration> <W32api
[edit] Last updated: Fri, 17 May 2013

view this page in

Einführung

This extension is a generic extension API to DLLs. This was originally written to allow access to the Win32 API from PHP, although you can also access other functions exported via other DLLs.

Currently supported types are generic PHP types (strings, booleans, floats, integers and nulls) and types you define with w32api_deftype().

Hinweis:

Diese Erweiterung wurde ins » PECL-Repositorium verschoben und ist nicht mehr Teil von PHP ab PHP 5.1.0.

Warnung

Diese Erweiterung ist EXPERIMENTELL. Das Verhalten dieser Erweiterung, einschließlich der Funktionsnamen, und alles Andere, was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Erweiterung auf eigenes Risiko.



add a note add a note User Contributed Notes Einführung - [1 notes]
up
-1
ratkinson at tbs-ltd dot co dot uk
1 year ago
If you are looking for a way to access DLL's from PHP, then please see http://www.php.net/manual/en/intro.com.php.

This extension also has support for .Net libraries.

 
show source | credits | sitemap | contact | advertising | mirror sites