diff --git a/reference/sqlite/functions/sqlite-escape-string.xml b/reference/sqlite/functions/sqlite-escape-string.xml index 234d97b211..a9ebb39d54 100644 --- a/reference/sqlite/functions/sqlite-escape-string.xml +++ b/reference/sqlite/functions/sqlite-escape-string.xml @@ -40,7 +40,7 @@ The string being quoted. - If the item contains a NUL + If the item contains a NULL character, or if it begins with a character whose ordinal value is 0x01, PHP will apply a binary encoding scheme so that you can safely store and retrieve binary data.