php面试题_雅虎.doc
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_05.gif)
《php面试题_雅虎.doc》由会员分享,可在线阅读,更多相关《php面试题_雅虎.doc(3页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、【公司面试题之:Yahoo! PHP 笔试题】1. Which of the following will not add john to the users array? 复制内容到剪贴板 代码:1. $users = john;2. array_add($users,john);3. array_push($users,john);4. $users |= john;2. Whats the difference between sort(), asort() and ksort? Under what circumstances would you use each of these?3
2、. What would the following code print to the browser? Why? 复制内容到剪贴板 代码: $num = 10; function multiply() $num = $num * 10; multiply(); echo $num;4. What is the difference between a reference and a regular variable? How do you pass by reference & why would you want to?5. What functions can you use to a
3、dd library code to the currently running script?6. What is the difference between foo() & foo()?7. How do you debug a PHP application?8. What does = do? Whats an example of something that will give true for =, but not =?9. How would you declare a class named “myclass” with no methods or properties?1
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- php 试题 雅虎
![提示](https://www.taowenge.com/images/bang_tan.gif)
限制150内