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

search for in the

w32api_set_call_method> <w32api_invoke_function
Last updated: Fri, 22 Aug 2008

view this page in

w32api_register_function

(PHP 4 >= 4.2.0)

w32api_register_functionRegistra função function_name da biblioteca com o PHP

Descrição

bool w32api_register_function ( string $library , string $function_name , string $return_type )

Essa função tenta acha a função function_name em libary , e tenta importá-la no PHP.

Parâmetros

library

String com o nome da biblioteca.

function_name

String com o nome da função.

return_type

A função será registrada com o return_type dado. Esse tipo pode ser um tipo genérico do PHP, ou um tipo definido com w32api_deftype(). Todos os nomes de tipos são sensíveis ao caso (distingue minúsculas de maiúsculas). Nomes de tipos nativos devem ser passados com letras mínusculas.

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.

Notas

Aviso

Esta função é EXPERIMENTAL. O comportamento desta função, seu nome, incluindo toda documentação pode ser modificado sem aviso em futuras versões do PHP. Esta função deve ser usada por sua própria conta e risco.



add a note add a note User Contributed Notes
w32api_register_function
There are no user contributed notes for this page.

w32api_set_call_method> <w32api_invoke_function
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites