[PHP]實用函數10

來源:互聯網
上載者:User

//將IP點分地址的字元轉化回IP v4格式地址

int ip2long(string ip_address)
//將IP v4格式地址轉化回IP點分地址的字串

string long2ip(int proper_address)
//取得環境變數 varname,成功則傳回變數值,失敗由傳回false

string getenv(string varname)
//用來設定系統內容

void putenv(string setting)
//獲得當前PHP指令碼的屬主名

string get_current_user(void)
//調用function_name指定的使用者函數

string get_cfg_var(string function_name[,mixed parrameter[,mixed...]])
//返回與 service 關聯的連接埠(protocol),必須是TCP或UDP

int getservbyname(string service,string protocol)
//返回與 port 關聯的服務名(protocol),必須是TCP或UDP

string getservbyport(int port,string protocol)
//取絕對值

mixed abs(mixed number)
//開平方根

float sqrt(float arg)
//自然對數e的次方值

float exp(float arg)
//返回圓周率

double pi(void)
//四捨五入

double round(double val)
//計算大於指定數的最小整數

int ceil(float number)
//計算小於指定的最大整數

int floor(float number)
//取最大值

mixed max(mixed arg1,mixed arg2...mixed argn)
//取最小值

mixed min(mixed arg1,mixed arg2...mixed argn)
//取隨機數

int rand([int min],[int max])
//數制轉換

string base_convert(string number,int frombase,int tobase)
//格式化數字字串

string number_format(float number,int[decimals],string[decpoint],string[thounsands_sep])

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.