//Output the information page about PHP and the current request
int phpinfo(void)
//Return the current PHP version number
string phpversion(void)
//Print out List of people who contributed to this PHP project
string phpcredits(void)
//Var can be converted into an integer type. base is the base of the conversion, the default value is 10. The converted variable var can be
any type variable other than an array or class
int intval(mixed var,int[base])
//Get the double precision value of the variable
double doubleval(mixed var)
//Get the string value of the variable
string strval(mixed var)
//Return the type of the variable
string gettype(mixed var)
//Set the type of variable. If the conversion is successful, return true
int settype(string var,string type)
// Sort the array elements
void sort(array array)
// Sort the array Reverse sort the elements
void rsort(array array)
//Apply the user function to each element of the array
int array_walk(array array, string func)
//Count the number of elements in an array
int count(mixed var)
//Make the internal pointer of the array parameter point to the last element and return the element
mixed end( array array)
//Make the internal pointer of the array parameter point to the previous element and return the element
mixed prev(array array)
//Make the internal pointer of the array parameter point to the next element and return it Return the element
mixed next(array array)
//Make the internal pointer of the array parameter point to the first element and return the element
mixed reset(array array)
//Return the element pointed to by the internal pointer of the current array
mixed current(array array)
//Check whether there is the value given by needle in the haystack array, strict means strict matching (default value)
bool in_array(mixed needle,array haystack,[,bool strict])
//Return the index value of the next element in the array
array each(array array)
//Add elements to the end of the array
int array_push(array stack,mixed var[,mixed...])
//Pop an element from the end of the array
mixed array_pop(array stack)
//Pop an element from the beginning of the array
mixed array_shift(array stack)
//Return the element to the beginning of the array
mixed array_unshift( array stack)
//Return the current UNIX format timestamp
int time(void)
//Enter the time parameter, then return the UNIX format timestamp
int mktime( int hour,int minute,int second,int month,int day,int year)
//Get the Greenwich Mean Time in UNIX timestamp format
int gmmktime(int hour,int minute,int second ,int month,int day,int year)
//Format a time or date
string date(string format,int[timestamp])
//Get a date/time information Array of
array getdate(int [timestamp])
//If it is a valid date, return true
bool checkdate(int month,int day,int [timestamp])
//Format the time or date expression of the server according to the locale setting
string strftime(string format,int [timestamp])
//Convert the string representing date and time into time stamp. Strings in most typical data formats are accepted. For example, YYYY-MM-DD
and MM/DD/YYYY
int strtotime(string time,int now)
//Get the current time (UNIX timestamp format) millionth seconds value. Return string
string microtime(void)
//Return the current time in array type
array gettimeofday(void)
//Set a random number
void srand(int seed)
//Returns a random number. If the maximum and minimum range of random numbers are not specified, this function will automatically select a random number from 0 to rand_max
. If there are parameters specifying min and max, then take a number from the specified parameters
int rand([int min],[int max])
//Return the maximum allowable value of the random number
int getrandmax(void)

php把负数转为正整数的方法:1、使用abs()函数将负数转为正数,使用intval()函数对正数取整,转为正整数,语法“intval(abs($number))”;2、利用“~”位运算符将负数取反加一,语法“~$number + 1”。

实现方法:1、使用“sleep(延迟秒数)”语句,可延迟执行函数若干秒;2、使用“time_nanosleep(延迟秒数,延迟纳秒数)”语句,可延迟执行函数若干秒和纳秒;3、使用“time_sleep_until(time()+7)”语句。

php除以100保留两位小数的方法:1、利用“/”运算符进行除法运算,语法“数值 / 100”;2、使用“number_format(除法结果, 2)”或“sprintf("%.2f",除法结果)”语句进行四舍五入的处理值,并保留两位小数。

php字符串有下标。在PHP中,下标不仅可以应用于数组和对象,还可应用于字符串,利用字符串的下标和中括号“[]”可以访问指定索引位置的字符,并对该字符进行读写,语法“字符串名[下标值]”;字符串的下标值(索引值)只能是整数类型,起始值为0。

判断方法:1、使用“strtotime("年-月-日")”语句将给定的年月日转换为时间戳格式;2、用“date("z",时间戳)+1”语句计算指定时间戳是一年的第几天。date()返回的天数是从0开始计算的,因此真实天数需要在此基础上加1。

在php中,可以使用substr()函数来读取字符串后几个字符,只需要将该函数的第二个参数设置为负值,第三个参数省略即可;语法为“substr(字符串,-n)”,表示读取从字符串结尾处向前数第n个字符开始,直到字符串结尾的全部字符。

方法:1、用“str_replace(" ","其他字符",$str)”语句,可将nbsp符替换为其他字符;2、用“preg_replace("/(\s|\ \;||\xc2\xa0)/","其他字符",$str)”语句。

php判断有没有小数点的方法:1、使用“strpos(数字字符串,'.')”语法,如果返回小数点在字符串中第一次出现的位置,则有小数点;2、使用“strrpos(数字字符串,'.')”语句,如果返回小数点在字符串中最后一次出现的位置,则有。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Atom editor mac version download
The most popular open source editor

Dreamweaver Mac version
Visual web development tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 English version
Recommended: Win version, supports code prompts!
