Skip to content

For teaching PHP and have fun with PHP, and Finally master the making of functional and useful websites

License

Notifications You must be signed in to change notification settings

gsingh0101/phpcoaching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b46cfd9 · Feb 28, 2024

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

phpcoaching

For teaching PHP and have fun with PHP, and Finally master the making of functional and useful websites Created for students coming from c background to see how easy it is to manipulate complex types and its related memory management

Example for learning PHP data types

  • Run on online phptester site like phptester.net
  • Or copy into your own php files in c:\xampp\htdocs folder and run through our phpcoaching.local OR localhost
  • MAKE SURE you read all the comments in the PHP files - Important!

Arrays

  • Create Arrays
  • Add Array Elements
  • Remove Array Elements
  • Convert to and from objects
  • Useful and common Array function

Objects

  • StdClass object
  • Create Object
  • Add Object attribute
  • Remove Object attribute
  • Convert to and from arrays

Custom objects (classes) vs stdclass

Strings

  • Useful and common string function
  • String manipulation

PHP Types

  • Understanding PHP Types
  • PHP Typehinting
  • Identical operator

About

For teaching PHP and have fun with PHP, and Finally master the making of functional and useful websites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages