From 80918b962aefb45356df55b80df10af736ae3958 Mon Sep 17 00:00:00 2001 From: priteshpk Date: Tue, 23 Oct 2018 12:11:14 +0530 Subject: [PATCH] Update index.md (#24917) Added intro about strings --- guide/english/php/strings/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.