PHP 7 Fundamental Tutorial for Beginners – PHP Data Types

The name itself indicating, data types means type of data. The values assigned to a PHP variable may be of different data types including simple string and numeric types to…

Read more »

Beginner guide of PHP Strings

A string is arrangement of characters, where a character is equivalent to a byte. This implies PHP just supports a 256-character set, and subsequently doesn’t offer local Unicode support. String…

Read more »