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

search for in the

w32api_set_call_method> <w32api_invoke_function
[edit] Last updated: Fri, 07 Jun 2013

view this page in

w32api_register_function

(PHP 4 >= 4.2.0)

w32api_register_functionRegistra la función function_name desde la biblioteca con PHP

Descripción

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

Esta función intenta encontrar la función function_name en library, e intenta importarla a PHP.

Parámetros

library

El nombre de la biblioteca, como cadena.

function_name

El nombre de la función, como cadena.

return_type

La función será registrada con el tipo return_type dado. Este tipo puede ser un tipo genérico de PHP, o un tipo definido con w32api_deftype(). Todos los nombres de los tipos son sensibles a mayúsculas-minúsculas. Los nombres de los tipos incluidos deberían ser proporcionados en minúsculas.

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.

Notas

Advertencia

Esta función ha sido declarada EXPERIMENTAL. Su comportamiento, su nombre y la documentación que le acompaña puede cambiar sin previo aviso en futuras versiones de PHP. Use esta función bajo su propio riesgo.



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

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