PHP string ltrim() function PHP string ltrim() function is predefined function. It is often used to remove whitespace from both sides of…
regex
-
-
PHP html_entity_decode() Function PHP html_entity_decode() is string function. It is used to convert HTML entities to characters. The string function html_entity_decode() is…
-
WinSCP Ubuntu It stands for Windows Secure Copy. WinSCP is an open-source and free SSH File Transfer Protocol, Secure Copy Protocol, Amazon…
-
PHP exp() function The exp() function is used to calculate the exponent of e. It returns e raised to the power of…
-
PHP pow() function The pow() is a PHP mathematic function. It raises the first number to the power of the second number.…
-
Area of Triangle Area of a triangle is calculated by the following Mathematical formula, (base * height) / 2 = Area Area…
-
PHP ceil() function The ceil() function is often used to calculate the mathematical problems. It is in-built function to find the round…
-
PHP sqrt() function The sqrt() is mathematical function, used to calculate the square root of any number. Syntax: float sqrt(value) Parameter Description…
-
Armstrong Number An Armstrong number is the one whose value is equal to the sum of the cubes of its digits. 0,…
-
Even Odd Program Even numbers are those which are divisible by 2. Numbers like 2,4,6,8,10, etc are even. Odd numbers are those…