Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to declare an integer in PHP

$age = 19; //integer is assigned to variable age
echo $age //will output 19
Source by thedevshortpodcast.com #
 
PREVIOUS NEXT
Tagged: #declare #integer #PHP
ADD COMMENT
Topic
Name
9+2 =