PHP面試題附答案_第1頁
PHP面試題附答案_第2頁
PHP面試題附答案_第3頁
全文預覽已結束

下載本文檔

版權說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權,請進行舉報或認領

文檔簡介

PHP面試題附答案

1.$users[]=john;

2.array_add($users,john);

3.array_push($users,john);

4.$users||=john;

Answer:2,4

2.Whatsthedifferencebetweensort(),asort()andksort(),rsort()?Underwhatcircumstanceswouldyouuseeachofthese?

sort():本函數(shù)對數(shù)組的值進行排序。當本函數(shù)結束時數(shù)組單元將被從最低到最高重新支配,array中的單元給予新的鍵名。這將刪除原有的鍵名而不僅是重新排序。

asort():這個函數(shù)將數(shù)組的值重新排序,由小至大排列。數(shù)組的索引亦跟著值的挨次而變動。當您在程序中需要重新整理數(shù)組值的挨次時,就可以使用這個函數(shù)。

ksort():對數(shù)組根據(jù)鍵名排序,保留鍵名到數(shù)據(jù)的關聯(lián)。本函數(shù)主要用于關聯(lián)數(shù)組。

rsort():本函數(shù)對數(shù)組進行逆向排序(最高到最低)。與sort()執(zhí)行相反的操作。

3.Whatwouldthefollowingcodeprinttothebrowser?Why?

$num=10;

functionmultiply(){

$num=$num*10;

}

multiply();

echo$num;

10

4.Whatisthedifferencebetweenareferenceandaregularvariable?Howdoyoupassbyreferencewhywouldyouwantto?

passbyreferencelikethisfunctions($vars);

itlikesmorefast;

5.Whatfunctionscanyouusetoaddlibrarycodetothecurrentlyrunningscript?

inlcude()orrequire();

6.Whatisthedifferencebetweenfoo()@foo()?

iffoo()throwaerror,willbealert,but@foo()no;

7.HowdoyoudebugaPHPapplication?

xdebugorusedie()doit;

8.Whatdoes===do?Whatsanexampleofsomethingthatwillgivetruefor==,butnot===?

===用于精確比較ex:('==null)=truebut('===null)=false;

9.Howwouldyoudeclareaclassnamed"myclass'withnomethodsorproperties?

classmyclass{

}

10.Howwouldyoucreateanobject,whichisaninstanceof"myclass'?

$myoject=newmyclass();

11.Howdoyouaccessandsetpropertiesofaclassfromwithintheclass?

getVar()orsetVar();

12.Whatisthedifferencebetweenincludeinclude_once?includerequire?

require:PHP程式在執(zhí)行前,就會先讀入require所指定引入的檔案,使它變成PHP程式網(wǎng)頁的一部份。常用的函式,亦可以這個方法將它引入網(wǎng)頁中。錯誤產(chǎn)生致命錯誤。

include:這個函式一般是放在流程掌握的處理區(qū)段中。PHP程式網(wǎng)頁在讀到include的檔案時,才將它讀進來。這種方式,可以把程式執(zhí)行時的流程簡潔化。錯誤產(chǎn)生警報。

include_once:此行為和include()語句類似,唯一區(qū)分是假如該文件中的代碼已經(jīng)被包含了,則不會再次包含。猶如此語句名字示意的那樣,只會包含一次。

13.Whatfunctionwouldyouusetoredirectthebrowsertoanewpage?

1.redir()

2.header()

3.location()

4.redirect()

2

14.Whatfunctioncanyouusetoopenafileforreadingandwriting?

1.fget();

2.file_open();

3.fopen();

4.open_file();

3

15.Whatsthedifferencebetweenmysql_fetch_row()andmysql_fetch_array()?

mysql_fetch_row():返回依據(jù)所取得的`行生成的數(shù)組,假如沒有更多行則返回FALSE。

mysql_fetch_array():是mysq_fetch_row()的擴展版本。除了將數(shù)據(jù)以數(shù)字索引方式儲存在數(shù)組中之外,還可以將數(shù)據(jù)作為關聯(lián)索引儲存,用字段名作為鍵名。

16.Whatdoesthefollowingcodedo?Explainwhatsgoingonthere.

$date=08/26/2023;

printereg_replace(([0-9]+)/([0-9]+)/([0-9]+),2/1/3,$date);

本函數(shù)以正則的規(guī)章來解析比對字符串,欲取而代之的字符串為2/1/3。

返回值為字符串類型,為取代后的字符串結果。

17.Givenalineoftext$string,howwouldyouwritearegularexpressiontostripalltheHTMLtagsfromit?

strip_tags

18.WhatsthedifferencebetweenthewayPHPandPerldistinguishbetweenarraysandhashes?

19.HowcanyougetroundthestatelessnatureofHTTPusingPHP?

20.Whatdoesth

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經(jīng)權益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
  • 6. 下載文件中如有侵權或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論