News Feed
Jobs Feed
Sections




News Archive
Mrinmoy Ghoshal's Blog:
Concept of StringsPHP
December 07, 2011 @ 09:56:37

If you're new to the PHP language and are looking for the full scoop on working with the string datatype, look no further than this new post from Mrinmoy Ghoshal. It's an excellent (and quite complete) resource for just about everything involving strings in PHP.

A string is series of characters, where a character is the same as a byte. This means that PHP only supports a 256-character set, and hence does not offer native Unicode support. See details of the string type.

The tutorial is broken up into different sections for easier consumption:

  • Single quoted
  • Double quoted
  • Heredoc
  • Nowdoc
  • Variable parsing
  • String access and modification by character
  • Useful functions and operators
  • Converting to string
  • String conversion to numbers
  • Details of the String Type
0 comments voice your opinion now!
string tutorial language datatype


blog comments powered by Disqus

Similar Posts

Christian Schaefer's Blog: Using Zend Framework components in a Symfony2 project

DevShed: Expanding the Application Range of Visitor Objects in PHP 5

Brandon Savage's Blog: Installing PHP 5.3 On Ubuntu

Alex Bilbie's Blog: MongoDB + CodeIgniter 101 (Part 1)

Adrian Schneider's Blog: Zend Framework Models - Part 1: Concepts


Community Events











Don't see your event here?
Let us know!


testing language community framework introduction usergroup conference zendframework2 functional release symfony2 interview series development database rest podcast unittest opinion phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework