ลำดับตอนที่ #2
คืนค่าการตั้งค่าทั้งหมด
คุณแน่ใจว่าต้องการคืนค่าการตั้งค่าทั้งหมด ?
ลำดับตอนที่ #2 : sdffdsgdsfsdfsdf
Calls the callback
given by the first parameter with the parameters in param_arr
.
Parameters ¶
callback
The callable to be called.
param_arr
The parameters to be passed to the callback, as an indexed array.
Return Values ¶
Returns the return value of the callback, or FALSE
on error.
Changelog ¶
Version | Description |
---|---|
5.3.0 | The interpretation of object oriented keywords like parent and self has changed. Previously, calling them using the double colon syntax would emit an E_STRICT warning because they were interpreted as static. |
Examples ¶
Example #1 call_user_func_array() example
function foobar($arg, $arg2) {
echo __FUNCTION__, " got $arg and $arg2n";
}
เก็บเข้าคอลเล็กชัน
ความคิดเห็น