Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 
  • #o
  • #oper
  • #opéra
  • #operator
RSS: #operators

#operators

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 25/01/2019

    #php #operators (part 2)
    ▻https://hackernoon.com/php-operators-part-2-85f39530994b?source=rss----3a8144eabfe3---4

    https://cdn-images-1.medium.com/max/1024/0*_IUXHbVA8y0KqM-C.jpg

    IntroductionOperators in PHP are a vast subject and not always fully understood.One of the reasons for all these misunderstandings is that some operators are very simple and can be implemented in the code within seconds after reading about them,Others instead,are almost unknown and, once studied, it is still better to use them sparingly.Although operators belong to the category “basics of language”, a misuse utilization of them or a typo while using them is very difficult to identify.It may happen to lose more than half an hour of your time just trying to debug some code and then discover that the symbol of #equality had been inserted instead of the one of inequality.Personal experience (Sigh).After you have discovered the main types of PHP operators in my previous blog post.Below you (...)

    #php-development #programming

    • #PHP
    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 23/01/2019

    #php #operators (part 1)
    ▻https://hackernoon.com/php-operators-part-1-e65e02bd1545?source=rss----3a8144eabfe3---4

    https://cdn-images-1.medium.com/max/1024/1*o4b5DV37nrxnTmbNwvvCsQ.jpeg

    So, in the previous parts of this series you’ve seen the basics of PHP,You have seen what are the basic constructs that this language gives you,You have already seen that there are several types of variables (divided into simple and composite).Now we have finished playing and we start doing things seriously!The question that today’s blog post will answer is:“Now that I know how to create variables how can I insert them in the flow of my code?”.The answer is: through operators,PHP operators allow you to move through the code, to update variables, to lead visitors of your web application to one direction or another (through the use of control structures).There are different types of operators,some that you will use every day many times a day, others that you will rarely use, but once you (...)

    #bitwise #php-operators #ternary

    • #PHP
    • #PHP
    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

Thèmes liés

  • #php
  • technology: php