diff --git a/guide/english/php/substring/index.md b/guide/english/php/substring/index.md new file mode 100644 index 0000000000..a0d1a0abc7 --- /dev/null +++ b/guide/english/php/substring/index.md @@ -0,0 +1,44 @@ +--- +title: subtring +--- + +## Substring Function in PHP + +The Substring function in PHP returns a portion of the string, specified by two parameters, the start and the length. + + +## Syntax + +The substring function is used like any other function in php, and uses the subtr() syntax. + + +``` +