-->

  • PHP abs function





    The abs() function is an inbuilt function in PHP which is used to return the absolute (positive) value of a number. The abs() function in PHP is identical to what we call modulus in mathematics. The modulus or absolute value of a negative number is positive. PHP abs function  phpmyadmin exploit510
    phpmyadmin 2.11.11.3 exploit80
    phpmyadmin 3.2.0.1 exploit55
    phpmyadmin 5.6 exploit50
    phpmyadmin exploit metasploit



    Syntax

    abs ( value )




    Example 

    echo(abs(-83.23));

    echo "<br>";

    echo(abs(83.23));


    ?>



    </body>
    </html>





    83.23

    83.23






    OR



    Example 


    echo(abs(-831.23));

    echo "<br>";

    echo(abs(832.23));



    ?>





    </html>





    831.23

    832.23










    Video on This Topic :- Soon


    I hope you liked this post, then you should not forget to share this post at all.
    Thank you so much :-)




  • 0 comments:

    Post a Comment

    For Any Tech Updates, Hacking News, Internet, Computer, Technology and related to IT Field Articles Follow Our Blog.