Register for your free account! | Forgot your password?

Go Back   elitepvpers > Blogs
You last visited: Today at 06:43

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Old

Programming in PHP - Bitwise Operators

Posted 01/30/2015 at 16:10 by manulaiko3.0

Copy and paste from my website: http://manulaiko.hol.es/php-programm...ise-operators/

I’m assuming that you know binary, if you don’t, read the next chapter or learn binary somewhere else (maybe I do a tutorial) and come back here
We have covered mostly all kind of operators, we just need to take a look at bitwise operators and no more operators since next chapter ...
≖‿≖
Posted in Uncategorized
Views 616 Comments 0 manulaiko3.0 is offline
Old

Programming in PHP - Comparation Operators

Posted 01/30/2015 at 16:07 by manulaiko3.0

Copy and paste from my website: http://manulaiko.hol.es/php-programm...ons-operators/

So, we’ve already seen Math Operators to do shit maths and Logical Operators, to choose something. Now we want to compare two things, how will we do it? With Comparations Operators (I don’t know english name so I’m sure it’s 100% wrong name).
There are 6 types of operators that can be used to compare things:
  • Equal
  • Not equal
  • Less
  • More
  • Less or Equal
  • More
...
≖‿≖
Posted in Uncategorized
Views 604 Comments 0 manulaiko3.0 is offline
Old

Programming in PHP - Logical Operators

Posted 01/30/2015 at 16:04 by manulaiko3.0

Copy and paste from my website: http://manulaiko.hol.es/php-programm...cal-operators/

In the last chapter we’ve seen maths, now we’re going to talk about logic.
Logic operators takes two booleans and returns another boolean (or takes two integers and returns one boolean, or takes two integers and returns anther integer :S)
Without talking more shit we’re going to touch logic operators right now!
And

Some times you will need to compare...
≖‿≖
Posted in Uncategorized
Views 344 Comments 0 manulaiko3.0 is offline
Old

Programming in PHP - Math Operators

Posted 01/30/2015 at 16:02 by manulaiko3.0

Copy and paste from my website: http://manulaiko.hol.es/php-programm...ths-operators/

Here we are, maths, one of the things that I most hate, but why this tutorial is about math?
In programming 70% is math (the rest are syntax errors), so, if you want to code, you’ll fell in love with maths, or you will improve your logic as much as possible to don’t use maths
What are operators?...
≖‿≖
Posted in Uncategorized
Views 332 Comments 0 manulaiko3.0 is offline
Old

Programming in PHP - Variables

Posted 01/30/2015 at 16:01 by manulaiko3.0

Copy and paste from my website: http://manulaiko.hol.es/php-programm...php-variables/

In last tutorial we saw a general view of PHP, now we’re going to see one of the most important things in any programming language: Variables.
What is a variable?
Correct definition:
A variable is a part of the principal memory (aka RAM) that contains a value, that value can be changed anytime when the program (or script in PHP) is running.
My definition:
A variable is something
...
≖‿≖
Posted in Uncategorized
Views 279 Comments 0 manulaiko3.0 is offline

All times are GMT +2. The time now is 06:44.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.