1. Write a function to swap two values ? $a = 10; $b = 20; echo $a, $b; swap(); // If u want u can pass parameters echo $a, $b; // It should print 20 , 10
14 40250Post New Aquasol PHP Interview Questions
what is oops and list its features in c++?
what are the various ways to kick-off a workflow you can either use wf_engine.start_process or you can attach a runnable process such ghat it subscribes to a workflow event.when starting (kicking off) an oracle workflow process, how do you ensure that it happens in a background mode?
Explain basic code snippet of jsx with the help of a practical example?
Explain Events and Listeners ?
what is self join and what is the requirement of self join? : Sql dba
What is the difference between synchronous and asynchronous requests?
Is it possible to enable permit approval in maintenance order? How?
How we format the data before before write statement in report ?
How do I write my own dtd?
What is the meaning of @classmethod and @staticmethod ?
What is data hiding in python?
Enumerate the differences between Java and JavaScript?
How do you print all graphs in excel?
What is the right type to use for boolean values in c? Is there a standard type?
How can you declare a class in javascript?