answersLogoWhite

0

An operator merges two different values and outputs a new expression based on the inputted values.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What does the increment operator do in PHP?

The incremental operator increases the variable by 1. See the example below: <?php $number = 10; $number++; echo $number; // outputs 11 ?>


Why there is no boolean operator in php?

There are several boolean operators in PHP. I'm not able to provide you with it's full list, but here are some of the most used ones: && - AND - OR ! - NOT


What is use of dot in php?

The dot (.) operator in PHP is used to concatenate strings. For instance:$start = "Big";$end = "Bird";echo $start . ' ' . $end;This code would produce the output:Big Bird


How do you reverse bits using bitwise operator in PHP?

The easiest way to do this is with an exclusive-or operator, represented by the ^ symbol. For example, 10 ^ 15 = 1010b ^ 1111b = 0101b Here's a quick example script that would make use of it: #!/usr/bin/php <?php if($argc != 2){ echo "gimme a number!\n"; exit;} $x = $argv[1]; for($n = 0; 1 << $n <= $x; $n++); $y = $x ^ ((1 << $n) - 1); echo "The binary complement of $x = %y\n";


What is 10 percent in Php 250?

Answer: Php 2510% of Php 250= 10% * Php 250= 0.10 * Php 250= Php 25


What is a php consultant?

PHP Consultant is a Expert PHP Developer who Guide PHP Development Process


Is php a binary file?

No, PHP is text file with .php extension.


Will php 4.4.7 server support php 5 files?

Yes php 4.4.7 server support php 5 files. But most of the php 5 features are not supported by php 4.4.7 version


Does android supports PHP?

It supports websites made on php but not coding in php. There are workarounds for coding in PHP using Android.


How do you get the url in a php website?

Copy the URL with the .php, The .php is part of the page.


What is new in PHP?

PHP is a recursive acronym for "PHP: Hypertext Preprocessor" created by The PHP Group. PHP is a widely used server-side scripting language and the general purpose of PHP is to create dynamic Web Pages. For more information, visit the PHP website.


Where can PHP help be found online?

PHP help can be found online in several different places. Some of these places include PHP Live Support, PHP Moot, PHP Help, Live Person, and PHP Freaks.