Maurits van der Schee 4 年前
父节点
当前提交
94b95a516c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      README.md

+ 2
- 2
README.md 查看文件

@@ -894,8 +894,8 @@ The above example will strip all HTML tags from strings in the input.
894 894
 
895 895
 If you enable the 'sanitation' middleware, then you (automtically) also enable type sanitation. When this is enabled you may:
896 896
 
897
-- send leading and trailing whitespace (it will be ignored).
898
-- send a float to an integer field (it will be rounded).
897
+- send leading and trailing whitespace in a non-character field (it will be ignored).
898
+- send a float to an integer or bigint field (it will be rounded).
899 899
 - send a base64url encoded string (it will be converted to regular base64 encoding).
900 900
 - send a time/date/timestamp in any [strtotime accepted format](https://www.php.net/manual/en/datetime.formats.php) (it will be converted).
901 901
 

正在加载...
取消
保存