|
hmm... interesting. Obviously, the code posted above is not going to be as efficient as the built in function becuase like all PHP functions, they are embedded into the PHP core and will pretty much always than custom coded functions or wrappers. Useful for PHP 4 though, I wrote another function for backwards compatability that emulated http_build_query.
|