Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Home
»
Interview
»
Technology
How do I find out the number of parameters passed into function?
Correct Answer:
func_num_args() function returns the number of parameters passed in
← Previous Question
Next Question→
More Questions from
Technology
In PHP source code embedded in HTML, what is the purpose of the special PHP opening and closing tags such as ?
In PHP, you assign a variable the literal value 0123 and it prints as a different decimal number. What is the underlying problem in this situation?
In PHP, if variable $a equals 5 and variable $b equals the character a, what is the value of the variable variable $$b?
In PHP object serialization, what is the special meaning of the magic methods __sleep() and __wakeup()?
In PHP string escape sequences, what is the difference between the sequences \\23 and \\x23 when used inside double quoted strings?
In PHP, what is the difference between the hash functions md5(), crc32(), and sha1() in terms of output size and typical usage?
In PHP, what is the main difference between include and require when you bring in an external file?
In PHP, how do you define a constant value that cannot be changed at runtime?
In PHP function calls, how do you pass a variable by value rather than by reference?
In PHP, what does the ternary conditional operator do and how is it used in expressions?
Discussion & Comments
No comments yet. Be the first to comment!
Posting…
Name
Comment
Post Comment
Join Discussion
Discussion & Comments