Php
You can find a lot of examples and tutorials about the PHP category. such as PHP popular posts, PHP category articles, PHP & MySQL posts, PHP framework related post like as CodeIgniter, Laravel, Rest API related post.
In this article, We will explain to you PHP fopen() function with example. The fopen() function is a built-in function of PHP. which is used to opens a file or URL.
Read MoreIn this article, We will explain to you PHP rand() function with example. The rand() function is a built-in function of PHP. which is used to generate a random integer.
Read MoreIn this article, We will explain to you PHP sqrt() function with example. The sqrt() function is a built-in function of PHP. which is used to return the square root of a number.
Read MoreIn this article, We will explain to you PHP pow() function with example. The pow() function is a built-in function of PHP. which is used to raises the first argument to the second argument and returns the result.
Read MoreIn this article, We will explain to you PHP max() function with example. The max() function is a built-in function of PHP. which is used to returns the number with the highest value of two specified numbers.
Read MoreIn this article, We will explain to you PHP min() function with example. The min() function is a built-in function of PHP. which is used to returns the number with the lowest value of two specified numbers.
Read MoreIn this article, We will explain to you PHP fmod() function with example. The fmod() function is a built-in function of PHP. which is used to divides x by y and returns the remainder(modulo) of the division.
Read MoreIn this article, We will explain to you PHP floor() function with example. The floor() function is a built-in function of PHP. which is used to returns the value of a number rounded DOWNWARDS to the nearest integer.
Read MoreIn this article, We will explain to you PHP round() function with example. The round() function is a built-in function of PHP. which is used to returns the rounds a number to the nearest integer.
Read MoreIn this article, We will explain to you PHP ceil() function with example. The ceil() function is a built-in function of PHP. which is used to returns the value of a number rounded UPWARD to the nearest integer.
Read More