Paul M Jones
Posts: 534
Nickname: pmjones
Registered: Sep, 2004
|
Paul M Jones is a web developer, author, and speaker.
|
|
|
|
Benchmarking call_user_func_array()
|
Posted: Sep 22, 2005 6:54 PM
|
|
|
This post originated from an RSS feed registered with PHP Buzz
by Paul M Jones.
|
Original Post: Benchmarking call_user_func_array()
Feed Title: Paul M. Jones
Feed URL: http://paul-m-jones.com/archives/category/programming/php/feed
Feed Description: If it's worth doing, it's worth over-doing.
|
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Paul M Jones
Latest Posts From Paul M. Jones
|
|
Benchmarking call_user_func() and call_user_func_array(), versus using user-defined variable-functions and native functions. The results are surprising only if you hadn't considered the behind-the-scenes implications of these functions; I, of course, was surprised. ;-)
Read: Benchmarking call_user_func_array()
|
|