if.not_arr

/ Conditionals / if.not_arr

Title : if.not_arr
Purpose : Used to determine that the given variable type is not an array.
Syntax :
Input Parameters : variable name: (int) (Required) variable to check
Return Value : N/A
Example 1 :
Code :
Output : Variable is not an Array
Description : The above example code will output string if the template.arr is not of array type. Otherwise it will be empty.
Categories
Most Popular

Leave a Reply

Your email address will not be published.