PHP does not support unsigned Integers and Integer size can be determined using the constant PHP_INT_SIZE, and maximum value using the constant PHP_INT_MAX.

Related Posts:

  • What is Laravel? Laravel is a free, open source PHP web application framework, designed for the development of model–view–controller (MVC) web applications. Features: Laravel uses Composer as a dependency manager to add framework-agnost… Read More
  • Unsigned Integers in PHP PHP does not support unsigned Integers and Integer size can be determined using the constant PHP_INT_SIZE, and maximum value using the constant PHP_INT_MAX. … Read More
  • What is Type Juggling? When you declare a variable, there is no need to mention a specific type explicitly. PHP will take care of the automatic type conversion implicitly. That is to say, if you assign a string value to variable var, var b… Read More
  • Automatic Conversion to array is not possible in PHP. Why? The behavior of an automatic conversion to array is currently undefined in PHP. Because PHP supports indexing into strings via offsets using the same syntax as array indexing. E.g., <?php  $a  &… Read More
  • SQL Injection SQL Injection is possible to alters the existing SQL commands to expose hidden data or to override the valuable ones, or even to execute dangerous system level commands on the database host. This is accomplished by the appli… Read More

0 comments:

Blog Archive

Total Pageviews

15581

Popular Posts