Php

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