「PHP學習網」 公衆號會天天分享一些面試題,正在找工做的小夥伴們能夠來看看哦。
500 Internal Server Error 服務器遇到了意料不到的狀況,不能完成客戶的請求
Header(「 HTTP/1.0 404 NOT FOUND」);php
arsort:對數組進行逆向排序並保持索引關係;
error_reporting(2047)的做用是:report All errors and warningshtml
在如何處理失敗時,include() 產生一個警告而 require() 則致使一個致命錯誤; require_once()/include_once()面試
本函數取得 PHP 環境配置的變量 magic_quotes_gpc (GPC, Get/Post/Cookie) 值。返回 0 表示關閉本功能;返回 1 表示本功能打開。當 magic_quotes_gpc 打開時,全部的 ' (單引號), " (雙引號), (反斜線) and 空字符會自動轉爲含有反斜線的溢出字符。正則表達式
結束標識符所在的行不能包含任何其它字符除";"redis
preg_replace('/\d/U','',$string);
find /data1/source +size >100k | cp ~/temp/35/
find ./-type f:找尋當前目錄下的類型爲f的文件apache
-a 歸檔模式,遞歸傳輸文件;
-v 詳細模式輸出;
-u, --update 僅僅進行更新,也就是跳過全部已經存在於DST,而且文件時間晚於要備份的文件。(不覆蓋更新的文件)數組
function test(){ this.msg='hello'; msg='nice'; this.test=function(){ msg='hi'; var msg='good'; return this.msg; } return this; } var x=new test().test(); var y=test().test(); value of x is__hello___; value of y is ___nice___;
<div id="box"> <img src="/xx/" alt="" /> </div> #box{ width:200px; height:200px; text-align:center; line-height:200px; }
最後各位能夠掃下方二維碼關注我公衆號,目前我正在更新基礎面試題,以後會更新中高級、redis、liunx面試題