Can constructor be private in php?
No Answer is Posted For this Question
Be the First to Post Answer
what use of <?php
How to download files from an external server with code in php?
we store and display scores of users in different games. In MySQL, records are stored as tuples (user-id, game-id, score). Now we need to support ranks of users, i.e., each user should be informed of his current rank in the community. The challenge is to come up with the best way to store the data in MySQL so that the requirements are efficiently met.
Explain php explode() function.
What advance thing in php7?
What are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10)) ?
Is md5() is breakable if yes than how?
How can I use single quotes in single quotes in php?
How do you create an array in php?
What is split function in php?
What are the new features in php 7?
How variables are passed through arguments?