一些常用的函式

2021-04-02 13:35:52 字數 593 閱讀 8579

這是一些使用頻率比較高的函式,有的來自別人的程式......

1.產生隨機字串函式

function random($length)

return $hash;

}2.擷取一定長度的字串

注:該函式對gb2312使用有效

function wordscut($string, $length ,$sss=0)

for($i = 0; $i < $length; $i++) else

}return $wordscut.$addstr;

}return $string;

}3.取得客戶端ip位址

function getip()

4.建立相應的資料夾

function createdir($dir='')

7.分頁(兩個函式配合使用)

function getpage($sql,$page_size=20)

function showbar($string="")

{    

global $page,$totalpage;

$out="共".$totalpage."

一些常用的函式

設定文字 test.getdlgitem text的id setwindowtext 顯示文字1 獲得當前目錄 getcurrentdirectory max path,buf 獲得當前程式檔名等 getmodulefilename getsystemdirectory getwindowsdire...

一些常用的php函式

這是一些使用頻率比較高的函式,有的來自別人的程式.1.產生隨機字串函式 function random length return hash 2.擷取一定長度的字串 注 該函式對gb2312使用有效 function wordscut string,length sss 0 for i 0 i le...

一些常用函式的實現

1 strcat函式原型如下 char strcat char strdest,const char strscr 將源字串加const,表明其為輸入引數 向該字串的結束標誌 0 while strdest strscr 此處可以加語句 strdest 0 有無必要?return address 為...