diff --git a/guide/english/php/strings/index.md b/guide/english/php/strings/index.md index b7df4191ba..52b59ce19c 100644 --- a/guide/english/php/strings/index.md +++ b/guide/english/php/strings/index.md @@ -3,9 +3,8 @@ title: Strings --- ## Strings -This is a stub. Help our community expand it. - -This quick style guide will help ensure your pull request gets accepted. +A string is series of characters. +PHP only supports a 256-character set and hence does not offer native Unicode support.