Advanced Java and Web Technologies Tutorial
Beginner tutorials on different web technologies like HTML, CSS, Javascript, PHP, MYSQL, XML, Java Beans, Servlets, JSP and AJAX
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.
AJWT » PHP » Operators in PHP
Suryateja Pericherla Categories: PHP. No Comments on Operators in PHP
Join Our Newsletter - Tips, Contests and Other Updates
Email
Name

Introduction

Operators are used in expressions to perform operations on operands. There are several operators supported by PHP which are categorized into following categories:

  • Arithmetic operators
  • Assignment operators
  • Comparison operators
  • Increment/Decrement operators
  • Logical operators
  • String operators
  • Array operators

 

This article is a part of our advanced java and web technologies tutorial.

 

Arithmetic Operators

PHP arithmetic operators are used along with numbers to perform operations like addition, subtraction, multiplication etc. Below is a list of arithmetic operators:

arithmetic-operators-php

 

Assignment Operators

PHP assignment operators are used in assignment expressions to store the value of expression in to a variable. Below is a list of assignment operators:

assignment-operators-php

 

Increment/Decrement Operators

The increment/decrement operators are used to increment the value of variable by 1 or decrement the value of variable by 1. The increment operator is ++ and decrement operator is –.

 

Relational or Comparison Operators

PHP comparison operators are used to compare two values and are frequently seen in Boolean expressions. Below is a list of comparison operators:

relational-operators-php

 

Logical Operators

PHP logical operators are used find the Boolean value of multiple conditional expressions. Below is a list of logical operators:

logical-operators-php

 

String Operators

PHP provides two operators which are used with strings only. They are listed below:

string-operators-php

 

Array Operators 

Below is a list of operators which are used with arrays:

array-operators-php

 

Next let’s learn about control statements in PHP.

How useful was this post?

Click on a star to rate it!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

Note: Do you have a question on this article or have a suggestion to make this article better? You can ask or suggest us by filling in the below form. After commenting, your comment will be held for moderation and will be published in 24-48 hrs.

Leave a Reply

Your email address will not be published. Required fields are marked *

Facebook
Twitter
Pinterest
Youtube
Instagram