PHP Manuál | ||
---|---|---|
Predchádzajúci | Nasledujúci |
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().
Varovanie |
Toto rozšírenie je EXPERIMENTÁLNE. Správanie tohto rozšírenia -- vrátane názvov jeho funkcií a hocičoho iného zdokumentovaného o tomto rozšírení -- sa može zmeniť bez povšimnutia v budúcom vydaní PHP. Používajte toto rozšírenie na svoje vlastné riziko. |
This extension will only work on Windows systems.
Nie je potrebná žiadna inštalácia na použitie týchto funkcií; sú časťou jadra PHP.
Toto rozšírenie nemá žiadne konfiguračné direktívy definované v php.ini.
This extension defines one resource type, used for user defined types. The name of this resource is "dynaparm".
Konštanty uvedené nižšie sú definované týmto rozšírením a budú dostupné iba keď rozšírenie bolo buď kompilované do PHP alebo dynamicky načítané za behu (runtime).
This example gets the amount of time the system has been running and displays it in a message box.
Predchádzajúci | Domov | Nasledujúci |
vpopmail_set_user_quota | Hore | w32api_deftype |