Changeset 45535
- Timestamp:
- 06/13/2019 07:18:55 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-json.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-json.php
r45232 r45535 106 106 * $json = new Services_JSON(); 107 107 * 108 * // convert a complex evalue to JSON notation, and send it to the browser108 * // convert a complex value to JSON notation, and send it to the browser 109 109 * $value = array('foo', 'bar', array(1, 2, 'baz'), array(3, array(4))); 110 110 * $output = $json->encode($value); … … 209 209 * Normally should be handled by mb_convert_encoding, but 210 210 * provides a slower PHP-only method for installations 211 * that lack the multiby e string extension.211 * that lack the multibyte string extension. 212 212 * 213 213 * @param string $utf8 UTF-8 character
Note: See TracChangeset
for help on using the changeset viewer.