At 8:41 AM -0500 4/16/07, Philip Thompson wrote:
On Apr 16, 2007, at 4:40 AM, Jochem Maas wrote:

Otto Wyss wrote:
Tijnema ! wrote:

*ROFLMFAO*...Did you actually try google for json.php?
Second result:
http://mike.teczno.com/JSON/JSON.phps

This doesn't have a json_encode but needs a $json object which then
could be used as $json->encode(...). Thanks anyway.

that's going to make it completely impossible to use then isn't it.
no way you could possibly wrap the class/objects functionality in a wrapper
function.

if (!function_exists('json_encode')) {
        function json_encode($data) {
                $json = new JSON; // or whatever the class is called.
                return $json->encode($data);
        }
}

omg that was hard.

Can't you just feel the love in the room? That's the kind of support I like to see! =P

~PT


Yep, it must be spring.

tedd
--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to