1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-09-01 09:03:03 +02:00

Add note on syntax in examples

This commit is contained in:
Daniel St. Jules
2015-07-25 20:33:34 -07:00
parent 4a971302f7
commit cce314f4a5

View File

@@ -214,7 +214,8 @@ $stringy = S::create('fòô bàř', 'UTF-8'); // 'fòô bàř'
## Instance Methods
Stringy objects are immutable. Methods return new instances.
Stringy objects are immutable. All examples below make use of PHP 5.6
function importing, and PHP 5.4 short array syntax.
##### append(string $string)