![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||||||||
CXL. W32api FunctionsIntroductionThis 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().
RequirementsThis extension will only work on Windows systems. InstallationThere is no installation needed to use these functions; they are part of the PHP core. Runtime ConfigurationThis extension has no configuration directives defined in php.ini. Resource TypesThis extension defines one resource type, used for user defined types. The name of this resource is "dynaparm". Predefined ConstantsThe 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. ExamplesThis example gets the amount of time the system has been running and displays it in a message box.
Copyright © 1997 - 2007 by the PHP Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later. A copy of the Open Publication License is distributed with this manual, the latest version is presently available at http://www.opencontent.org/openpub/. Please see full copyright text at http://www.php.net/manual/en/copyright.php Original version of the above documentation is available at http://www.php.net/manual/en/ |
|