mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-09-04 10:25:31 +02:00
Add note on syntax in examples
This commit is contained in:
@@ -214,7 +214,8 @@ $stringy = S::create('fòô bàř', 'UTF-8'); // 'fòô bàř'
|
|||||||
|
|
||||||
## Instance Methods
|
## 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)
|
##### append(string $string)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user