Changeset 53317 for trunk/src/wp-includes/functions.php
- Timestamp:
- 04/29/2022 07:22:56 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r53299 r53317 4516 4516 * Optional. Options to be used with `json_decode()`. 4517 4517 * 4518 * @type bool associative Optional. When `true`, JSON objects will be returned as associative arrays.4519 * When `false`, JSON objects will be returned as objects.4518 * @type bool $associative Optional. When `true`, JSON objects will be returned as associative arrays. 4519 * When `false`, JSON objects will be returned as objects. 4520 4520 * } 4521 4521 *
Note: See TracChangeset
for help on using the changeset viewer.