Across
- 2. - Confirms if the type of a variable is a string.
- 4. - Sorts an associative array in ascending order according to the value.
- 6. - Sorts an indexed array in ascending order.
- 8. - Sorts an associative array in descending order based on the value.
- 9. - Finds out if you can call the contents of a variable as a function.
- 11. - Decides if the variable type is float.
- 12. - Retrieves the variable type.
- 14. - Dumps info about a variable.
- 15. - Move the internal array pointer backwards.
Down
- 1. - Checks if a variable is an array.
- 3. - Define name, value, true/false.
- 5. - Finds if a variable has been set and is not NULL.
- 7. - Count all elements in an array, you can also use size.
- 9. - Checks if a value exists in an arraykey.
- 10. - Assigns variables as if they were an array.
- 13. - Empty finds if a variable is empty or not.
