php特殊函式

2021-06-05 05:15:02 字數 470 閱讀 6317

1.替換字元

str_ireplace('<','',$content);

將$content裡面的《替換為''(空);

2.jquery獲得同輩的其他元素

siblings()

3.獲取訪問網域名稱

4.獲取訪問的標頭檔案

5eq等於 neq是不等於

6history.go(-1), 返回兩個頁面: history.go(-2);

7重新命名資料夾

rename('舊路徑','新路徑'); 最好用@注釋警告

8.建立資料夾

mkdir('路徑');最好用@注釋警告

9.刪除檔案

unlink('路徑');最好用@注釋警告

10.複製檔案

copy('舊路徑', '新路徑')

php 過濾特殊字元函式

1.過濾html str htmlspecialchars decode str str preg replace str 2.htmlspecialchars 函式把一些預定義的字元轉換為 html 實體。3.strip tags 函式剝去字串中的 html xml 以及 php 的標籤。4.ch...

PHP特殊字元轉換實體函式彙總

1.htmlspecialchars string,flag convert special characters to html entities 轉換特殊字元為html實體 預定義的字元是 和號 成為 雙引號 成為 單引號 成為 小於 成為 大於 成為 flag 預設為ent compat en...

mysql 特殊函式 mysql 的特殊函式

1.format 函式 函式用於對字段的顯示進行格式化 語法 select format column name,format from table name column name 必需。要格式化的字段 format 必需。規定格式。2.ucase 函式 ucase 函式把字段的值轉換為大寫。語法...