Programming - PHP
23.
Which one of the following variable cannot be used inside a static method ?
Answer
Because static methods are callable without an instance of the object created, the pseudo-variable $this is not available inside the method declared as static.
Answer :
Option AExplanation :
Because static methods are callable without an instance of the object created, the pseudo-variable $this is not available inside the method declared as static.
24.
________ contains the name of the file which you have uploaded from the computer.
Answer
Answer :
Option BJump to page number :