What are some cool PHP tricks?

Asked by Last Modified  

2 Answers

Learn PHP

Follow 2
Answer

Please enter your answer

1. Create a class for repeated tasks 2. Don't use require, require_once, include, or include_once 3. Make your functions flexible 4. Always correct character encoding for a MySQL connection.
Comments

Senior Web Development Experts, MCA

There are somany cool PHP tricks. Hope below tricks help you a little. 1)Instead of array(), use the shorter syntax:Example:$fruits = ; 2)Null Coalescing Operator (??)(This operator is useful for handling default values. It returns the first operand if it's not null, otherwise, it returns the second...
read more
There are somany cool PHP tricks. Hope below tricks help you a little. 1)Instead of array(), use the shorter [] syntax:Example:$fruits = ['apple', 'banana', 'cherry']; 2)Null Coalescing Operator (??)(This operator is useful for handling default values. It returns the first operand if it's not null, otherwise, it returns the second operand)Example:$username = $_GET['user'] ?? 'guest'; 3) Ternary Operator SimplificationExample:$age = $userAge ?: 18; // If $userAge is falsey, $age will be 18 5)Type Declarations(PHP 7 and later support type declarations for function arguments and return values:)Example:function add(int $a, int $b): int { return $a + $b;} These tricks can help make your PHP code more concise, readable, and efficient. read less
Comments

Related Questions

Looking for Yii Framework experts who are willing to train.
A constructor is a special method of a class in object-oriented programming that initializes an object of that type. A constructor will have same name as the class, and can be used to set the values...
Pritam
Which is better, PHP or Python? Why?
Python . Simple syntax,More readable,General purpose programming language
Kartheek
0 0
5
Php-mysql Course Fees?
Hi Piyush, standard fees only for php-mysql would be around 8k but you should learn any one CMS and Framework then it would strengthen your profile. Which may cost you more than 15k approximately.
Piyush
What are global variable in php ?
A variable declared outside a function is global
Ajay

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Top Programming Languages 2017: Every Beginner Should Learn
Every year a plethora of job opportunities are being created for skilled programmers. So if you are thinking of honing your coding skills it is really a bright idea. But with so many programming languages...

Web Technology Tutorial
Web Technology has 2 category Front End (HTML,CSS,JS Etc) Back End/Server Side (PHP,JSP,ASP,ROR Etc) Front End technologies are - HTML, CSS, Bootstrap, Javascript, jQuery etc. Using front end...

Happiness Or Satisfaction: How To Quit Your Day Job?
Four years ago on a sunny April morning, I slinked into my new office building, suit slightly too big, 24-years-old and clueless. It was my first day working at a large, prestigious Organization. The...

SQL Tips (1 to 3)
SQL tip 1: Instead of Full Outer Join, you can use Union All. Difference is, Full Outer Join provides results side by side. Union All provides result s one by one. Note: MYSQL does not support Full...

A Brief About Php And MySQL
PHP is a recursive acronym which stands for Hypertext Preprocessor. PHP is essentially a coding or scripting language which can be utilized in diverse web development and software based applications. If...

Recommended Articles

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Looking for PHP Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you