Ò׽ؽØÍ¼Èí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB

phpÖÐjsonµÄÁ½¸öapi(json_encode|json_decode)

<?php
//¶ÔÏó
class MyJson{
                      $id=1;
                      $siteName='web±à³ÌÕ¾';
                      $siteUlr="http://www.baidu.com";
}
$objedt=new MyJson;
echo json_encode($object)."<br />";
//ÏÔʾµÄ½á¹ûΪ£º
{id="1",siteName:"web\u7f16\u7a0b\u7ad9",siteUrl:"http:\/\/www.baidu.com"}
//+++++++++++++++++++++++++++Êý×ÖË÷ÒýÊý×é++++++++++++++++++++++++++++++
$arr1=array(1,"web±à³ÌÕ¾","http://www.baidu.com");
echo json_encode()."<br />";
//ÏÔʾ½á¹ûΪ:
[1,"web\u7f16\u7a0b\u7ad9","http:\/\/www.baidu.com"]
//+++++++++++++++++++++++++¹ØÁªË÷ÒýÊý×é+++++++++++++++++++++++++++++++
$arr2=array("id"=>1,"siteName"=>"web±à³ÌÕ¾","sitUrl"=>"http:\/\/www.baidu.com");
echo json_encode($arr2)."<br />";
//ÏÔʾ½á¹ûΪ£º
{id:1,siteName:"web\u7f16\u7a0b\u7ad9",siteUrl:"http:\/\/www.baidu.com"}
//+++++++++++++++++++++++++¶àάÊý×é+++++++++++++++++++++++++++++++
$arr3=array(array(1,"web±à³ÌÕ¾","http://www.baidu.com"),array(2,"webdeveloper","http://www.sina.com"),array(3,"webcoder","http://www.qq.com"));
//++++++++++++++++++++++++++¹ØÁª¶àάÊý×é+++++++++++++++++++++++++=+++
$arr4=array(array("id"=>1,"siteName"=>"webdeveloper","siteUrl"=>"http://www.baidu.com"),array("id"=>2,"siteName"=>"webcoding","siteUrl"=>"http://www.163.com"));
//ÏÔʾΪ£º
[{id:1,siteName:web


Ïà¹ØÎĵµ£º

PHP×Ö·û´®²Ù×÷ÈëÃÅ

ÎÞÂÛÄÄÖÖÓïÑÔ£¬×Ö·û´®²Ù×÷¶¼ÊÇÒ»¸öÖØÒªµÄ»ù´¡£¬ÍùÍùÊǼòµ¥¶øÖØÒª¡£ÕýÏñÈË˵»°Ò»Ñù£¬Ò»°ãÓÐÐÎÌ壨ͼÐνçÃæ£©£¬ÓÐÓïÑÔ£¨print ×Ö·û´®£¿£©£¬ÏÔÈ»×Ö·û´®ÄܽâÊ͸ü¶àµÄ¶«Î÷¡£PHPÌṩÁË´óÁ¿µÄ×Ö·û´®²Ù×÷º¯Êý£¬¹¦ÄÜÇ¿´ó£¬Ê¹ÓÃÒ²±È½Ï¼òµ¥£¬ÏêϸÇë²Î¿´ http://cn2.php.net/manual/zh/ref.strings.php . ÒÔϽ«¼òµ¥µÄ½²ÊöËüµÄ¹¦ÄܺÍÌØÐ ......

Aptana studio 2.0 +aptana php plugin 1.1

I’ve just updated Aptana Studio from 1.5 to 2.0 only to find out that the spectacular Aptana PHP plugin is not longer supported and its installation has been removed from the Install Additional Features view. However, with some tricks we can still install the old Aptana 1.5.1 in order to use i ......

ÏÖÔÚתÐÐPHPÀ²£¬°¦ÕæµÄÒªÊõÒµÓÐר¹¥°¡

תÑÛ¼äÈýÄê¹ýÈ¥ÁË£¬·¢¾õ×Ô¼º¶¼»¹ÔÚÔ­µØÌ¤²½£¬Ë×»°Ëµ“ÄæË®ÐÐÖÛ£¬²»½øÔòÍË”£»ÈýÄê¼ä£¬´Óasp£¬javaµ½PHP£¬ÔÚ¼¸ÃÅÓïÑÔÖ®¼äշת£¬
ÿÃŶ¼»áÄÇôһµãµã£¬¾ÍÊDz»¾«Í¨£¬¸Ð¾õÿÑù¶¼ÄDz»´íÊÖ£¬ÏÖÔÚ϶¨¾öÐÄδÀ´ºÜ³¤Ò»¶Îʱ¼äÄÚ¶¼½«·ÖÅ䏸PHP£¬Ò»ÇоʹÓZend Framework¿ò¼Ü¿ªÊ¼°É ......

¡¾±±¾©PHPÅàѵ¡¿±±¾©´óѧPHP¹¤³Ìʦ°à»ðÈÈÕÐÉú£¡


    ±±¾©´óѧPHP¹¤³Ìʦ°àÕÐÉú¼òÕÂ
   ÍøÖ·£ºwww.pku-it.com
      ½üÄêÀ´£¬PHPÓïÑÔÒÔÆä¼ò½àÁé»îµÄ±à³Ìģʽ¡¢ÈÕÇ÷ÍêÉÆµÄ¼¼ÊõÌåϵÒÔ¼°Ç¿ÓÐÁ¦µÄ¿ªÔ´Ö§³Ö£¬Ñ¸ËÙ·¢Õ¹³ÉΪȫÇò»¥ÁªÍøÓ¦ÓÃ×îΪ¹ã·ºµÄ±à³ÌÓïÑÔ¡£Ä¿Ç°ÒÑÓг¬¹ý40%µÄWEB³ÌÐòʹÓÃPHPÀ´±àд£¬°Ù¶È¡¢ÌÚÑ ......
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØÍ¼ | ¸ÓICP±¸09004571ºÅ