The dog is: Olivia
Olivia is: 6
New dog name: Barli
The dog is: Mongo
The dog is: O-dog
Barli:
Barli:Olivia
Cat: Arthur
Cat: Head
Scratchy and Niles
int(8555)
float(98.6)
bool(true)
array(2) { [0]=> string(5) "Pilot" [1]=> string(4) "F150" }
Accord
NULL
Strings
=======
13
dog
PHP Constants
=============
Horse is: Silver
PHP Operators
=============
$biped = 2
$quadraped = 4
$biped == $quadraped? bool(false)
$biped != $quadraped? bool(true)
PHP Array Operators
=============
Pets: array(6) { ["a"]=> string(6) "Arthur" ["b"]=> string(7) "Bighead" ["c"]=> string(5) "Niles" ["d"]=> string(8) "ScratchE" [0]=> string(5) "Barli" [1]=> string(5) "O-dog" }
if...else...elseif Statements
=============
It's after 30 seconds
It's fourth quarter: 48
Switch Statement
=============
Nervous
Jello
Loops
While loop
We bee loopin: 0
We bee loopin: 1
We bee loopin: 2
We bee loopin: 3
We bee loopin: 4
for loop
We bee for loopin: 6
We bee for loopin: 7
We bee for loopin: 8
We bee for loopin: 9
foreach loop
Art
Big
Niles
Scratch
Functions
=========
Rainy
Art and Bige
Arrays
=========
Assoc Array
key: Art color:Black
key: Big color:Grey
key: Niles color:White
key: Scratchy color:Grey
Sorting Arrays
=========
bird: Cardinal
bird: Eagle
bird: Jay
bird: Robin
Global Variables
=========
$global: _GET
$globalValue: Array
$global: _POST
$globalValue: Array
$global: _COOKIE
$globalValue: Array
$global: _FILES
$globalValue: Array
$global: _SERVER
$globalValue: Array
$global: _REQUEST
$globalValue: Array
$global: _ENV
$globalValue: Array
$global: GLOBALS
$globalValue: Array
$global: dog
$globalValue: O-dog
$global: message
$globalValue: The dog is: O-dog
$global: scardyCat
$globalValue: Niles
$global: biped
$globalValue: 2
$global: quadraped
$globalValue: 4
$global: cats
$globalValue: Array
$global: dogs
$globalValue: Array
$global: pets
$globalValue: Array
$global: hourOfDay
$globalValue: 21
$global: second
$globalValue: 48
$global: catName
$globalValue: Niles
$global: catAge
$globalValue: 11
$global: workTimer
$globalValue: 10
$global: packOfCats
$globalValue: Array
$global: cat
$globalValue: Scratchy
$global: catColor
$globalValue: Array
$global: color
$globalValue: Grey
$global: birds
$globalValue: Array
$global: bird
$globalValue: Robin
$global: globalValue
$globalValue: Robin
$global: global
$globalValue: globalValue
_SERVER Variables
=========
$server: PATH
$serverValue: /usr/local/bin:/bin:/usr/bin
$server: HTTP_ACCEPT
$serverValue: */*
$server: HTTP_ACCEPT_ENCODING
$serverValue: gzip, br, zstd, deflate
$server: HTTP_HOST
$serverValue: mail.pugopolis.com
$server: HTTP_USER_AGENT
$serverValue: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
$server: HTTP_X_HTTPS
$serverValue: 1
$server: DOCUMENT_ROOT
$serverValue: /home/pugopoli/public_html
$server: REMOTE_ADDR
$serverValue: 216.73.216.213
$server: REMOTE_PORT
$serverValue: 58243
$server: SERVER_ADDR
$serverValue: 173.236.127.29
$server: SERVER_NAME
$serverValue: mail.pugopolis.com
$server: SERVER_ADMIN
$serverValue: webmaster@pugopolis.com
$server: SERVER_PORT
$serverValue: 443
$server: REQUEST_SCHEME
$serverValue: https
$server: REQUEST_URI
$serverValue: /
$server: HTTPS
$serverValue: on
$server: X_SPDY
$serverValue: HTTP2
$server: SSL_PROTOCOL
$serverValue: TLSv1.3
$server: SSL_CIPHER
$serverValue: TLS_AES_256_GCM_SHA384
$server: SSL_CIPHER_USEKEYSIZE
$serverValue: 256
$server: SSL_CIPHER_ALGKEYSIZE
$serverValue: 256
$server: SCRIPT_FILENAME
$serverValue: /home/pugopoli/public_html/index.php
$server: QUERY_STRING
$serverValue:
$server: SCRIPT_URI
$serverValue: https://mail.pugopolis.com/
$server: SCRIPT_URL
$serverValue: /
$server: SCRIPT_NAME
$serverValue: /index.php
$server: SERVER_PROTOCOL
$serverValue: HTTP/1.1
$server: SERVER_SOFTWARE
$serverValue: LiteSpeed
$server: REQUEST_METHOD
$serverValue: GET
$server: X-LSCACHE
$serverValue: on
$server: PHP_SELF
$serverValue: /index.php
$server: REQUEST_TIME_FLOAT
$serverValue: 1769894808.1783
$server: REQUEST_TIME
$serverValue: 1769894808
$server: argv
$serverValue: Array
$server: argc
$serverValue: 0
_REQUEST Variables
=========
Multi dimensional arrays
=========
Volvo
22
18
BMW
15
13
Saab
5
2
Land Rover
17
15
First car model: Volvo
Date and Time
=========
Today is 2026/01/31
© 2026
The time is 04:26:48pm
Created date is 2014-08-12 11:14:54am
Tomorrow is: 2026-02-01 12:00:00am

============
PHP 5 File Handling
Read FileArthur BigHead fish Niles O-dog Scratchy45
Open File
Arthur BigHead fish Niles O-dog Scratchy
Get A Line
First Line: Arthur
Test EOF
Line: Arthur
Line: BigHead
Line: fish
Line: Niles
Line: O-dog
Line: Scratchy
Get Character
Char: A
Char: r
Char: t
Char: h
Char: u
Char: r
Char:
Char:
Char: B
Char: i
Char: g
Char: H
Char: e
Char: a
Char: d
Char:
Char:
Char: f
Char: i
Char: s
Char: h
Char:
Char:
Char: N
Char: i
Char: l
Char: e
Char: s
Char:
Char:
Char: O
Char: -
Char: d
Char: o
Char: g
Char:
Char:
Char: S
Char: c
Char: r
Char: a
Char: t
Char: c
Char: h
Char: y
Char:
Create - Write Fish File
Read Fish File
Fish: Blue Beta
Append - Fish File
Read Fish File
Fish: Blue Beta
Fish: No snails
Cookies