Changeset 43325
- Timestamp:
- 05/27/2018 07:41:16 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-json.php
r35793 r43325 253 253 * @param mixed $var any number, boolean, string, array, or object to be encoded. 254 254 * see argument 1 to Services_JSON() above for array-parsing behavior. 255 * if var is a str ng, note that encode() always expects it255 * if var is a string, note that encode() always expects it 256 256 * to be in ASCII or UTF-8 format! 257 257 * … … 269 269 * @param mixed $var any number, boolean, string, array, or object to be encoded. 270 270 * see argument 1 to Services_JSON() above for array-parsing behavior. 271 * if var is a str ng, note that encode() always expects it271 * if var is a string, note that encode() always expects it 272 272 * to be in ASCII or UTF-8 format! 273 273 * … … 290 290 * @param mixed $var any number, boolean, string, array, or object to be encoded. 291 291 * see argument 1 to Services_JSON() above for array-parsing behavior. 292 * if var is a str ng, note that encode() always expects it292 * if var is a string, note that encode() always expects it 293 293 * to be in ASCII or UTF-8 format! 294 294 *
Note: See TracChangeset
for help on using the changeset viewer.