Gold Vision Communications / USA
 GOLDVISION.COM
Serving the Multimedia Community since 1989.
German Site | Spanish Site 

 Web Hosting

 Virtual Dedicated Servers

 Domaincheck

 Order

 Order Status

 Support

 Contact us

 Download

 Network

 Network Status

 Webdesign / Templates

 Make Payment

 Terms & Conditions

 Imprint

 Legal Notices

 Privacy Statement
  PHP / call_user_func
call_user_func

call_user_func

(PHP 3>= 3.0.3, PHP 4 )

call_user_func -- Aufruf einer benutzerdefinierten Funktion

Description

mixed call_user_func ( string function_name [, mixed parameter [, mixed ...]])

Ruft die Funktion mit Namen function_name mit den Parametern parameters auf.

function friseur ($type) {
    print "Sie möchten einen $type-Kopf, kein Problem<br>";
}
call_user_func ('friseur', "Bubi");
call_user_func ('friseur', "Pilz");


© 1998-2007 Gold Vision Communications All Rights Reserved.