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

PHPMaster.com: Constructors and the Myth of Breaking the Liskov Substitution Principle

PHPBuilder.com: Web Services Implementation using PHP and SOAP

PHP.net: PHP 5.5.0 Alpha4 released

Tony Lukasavage's Blog: PHP Debugging on IntelliJ IDEA 10 with Xdebug

DevShed: Filters and Login Systems for Web Application Security


Community Events









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


unittest interview tool zendframework2 introduction framework opinion testing code example functional event development release api object composer community language podcast

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