Skip to content

Commit

Permalink
fix phpdoc for "grapheme_substr()"
Browse files Browse the repository at this point in the history
  • Loading branch information
voku authored Apr 8, 2017
1 parent 0778a26 commit 29e71b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion intl/intl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4418,7 +4418,9 @@ function grapheme_strripos($haystack, $needle, $offset = 0) { }
* start position has been calculated when a start is negative). If $start
* denotes a position beyond this truncation, <b>FALSE</b> will be returned.
* </p>
* @return int the extracted part of $string.
* @return string|false <p>the extracted part of $string,<br />
or <strong>FALSE</strong> if $length is negative and $start denotes a position beyond truncation $length,<br />
or also <strong>FALSE</strong> if $start denotes a position beyond $string length</p>
*/
function grapheme_substr($string, $start, $length = null) { }

Expand Down

0 comments on commit 29e71b2

Please sign in to comment.