diff --git a/reference/strings/functions/str-pad.xml b/reference/strings/functions/str-pad.xml index 3c9f702508..4acd1776b8 100644 --- a/reference/strings/functions/str-pad.xml +++ b/reference/strings/functions/str-pad.xml @@ -1,5 +1,5 @@ - + @@ -51,6 +51,13 @@ print str_pad($input, 10, "_", STR_PAD_BOTH); // produces "__Alien___" + + + The pad_string may be truncated if the + required number of padding characters can't be evenly diveded by + the padding strings length. + +