CV. W32api functions

Introduction

Varoitus

Varoitus ! Tämä laajennus on EKSPERIMENTAALINEN . Tämän laajennuksen ominaisuudet , käyttäytyminen ja funktioiden nimet ja parametrit voivat muuttua varoituksetta seuraavissa PHP versioissa .

Requirements

Installation

There is no installation needed to use these functions , they are part of the PHP core .

Runtime Configuration

Tämä laajennus ei määrittele yhtäkään konfigurointi asetusta .

Resource Types

Predefined Constants

These constants are defined by this extension , and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime .

DC_MICROSOFT ( integer )

DC_BORLAND ( integer )

DC_CALL_CDECL ( integer )

DC_CALL_STD ( integer )

DC_RETVAL_MATH4 ( integer )

DC_RETVAL_MATH8 ( integer )

DC_CALL_STD_BO ( integer )

DC_CALL_STD_MS ( integer )

DC_CALL_STD_M8 ( integer )

DC_FLAG_ARGPTR ( integer )

Examples

Esimerkki 1 .




Sisällys
w32api_deftype -- Defines a type for use with other w32api_functions
w32api_init_dtype -- Creates an instance of the data type typename and fills it with the values passed
w32api_invoke_function -- Invokes function funcname with the arguments passed after the function name
w32api_register_function -- Registers function function_name from library with PHP
w32api_set_call_method -- Sets the calling method used