Mastering PHP Operators

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Mastering PHP Operators

    Introduction
    You might have studied the basics of PHP. In that course, you should have studied something about PHP operators. However, you did not take PHP operators to a practical limit. In this article, I introduce you to a tutorial that will enable you master PHP operators, and so take you to a practical limit.

    After the Basics of a Course
    After studying the basics of a course, some people may end there. They may be lazy to continue. They may not have the time to continue yet. They might not have really understood the basics, and so they cannot continue. I do not know if you fall into any of these categories. If you have any of such problems, contact me at, [email protected].

    Assuming that you have covered the basics of PHP and you understood it; then I have something good for you. I start by saying that the story does not end at the basics. There are still other things to learn. One of these is to master PHP operators. If you covered the basics and you understood, the new things to learn should not be difficult to understand. Learning these additions take you into the level of a professional. It makes you able to talk when others are talking in that field; giving you a higher status in life (everything being equal).

    More on PHP Operators
    In the series I present to you, you will learn more about the assignment operators in PHP, fine-tuning what you already know. In the series, you will learn more about the assignment operators, fine-tuning what you already know. You will learn more about arithmetic operators, fine-tuning what you already know. You will learn more about the comparison operators, fine-tuning what you already know. You will learn more about the logical operators, fine-tuning what you already know. You will learn more about the unary operators, fine-tuning what you already know.

    Hey, did you know that in PHP, arrays have operators. You will learn about PHP array operators. It is not difficult to understand PHP array operators, if you understand the basics of PHP arrays.

    Operator Precedence
    Does an operator act on the operand on its left or the operand on its right? If more than one operator are typed consecutively, where will the first operation (operator) start and what operation (operator) will come next? Can you control the sequence of the operations? These questions are answered in the tutorial series.

    The series has been written in a step-by-step fashion. The code samples are well formatted with good indentation, making readability very easy. There are no missing special characters, as you would find in other sites. The links to the different parts of the series are easily accessible. Click the following link to start the series:

    Mastering PHP Operators

    Chrys
Working...
X