Changeset 30058 for trunk/src/wp-includes/functions.php
- Timestamp:
- 10/28/2014 06:53:10 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r30055 r30058 2620 2620 * @param mixed $data Variable (usually an array or object) to encode as JSON 2621 2621 * @param int $options Options to be passed to json_encode(). Default 0. 2622 * @param int $depth Maximum depth to walk through $data. Must be greater than 0, default 512. t2622 * @param int $depth Maximum depth to walk through $data. Must be greater than 0, default 512. 2623 2623 * 2624 2624 * @return bool|string The JSON encoded string, or false if it cannot be encoded
Note: See TracChangeset
for help on using the changeset viewer.