1. 程式人生 > >2017年新浪php實習生筆試題

2017年新浪php實習生筆試題

1.get與post的區別

2.cookie與session的區別

3.在正則表示式中?. *. ?*.的區別?

4.php中sort(),asort(),ksort(),usort()的區別?

5,使用php實現將陣列轉化為json字串(不能使用js_encode函式)

     eg:var array=["name"->"小明",“age->"13"]; 

             轉化為 array={name:小明,age:13}

6.使用php實現將數字123456轉化為一二三四五六

7.資料庫中join和left join的區別

8.在一個表t_comment中,實現將使用者留言次數top5及留言篩選出來

  t_comment

 id  user_id   comment_id   creat_time