
Search In
Hello Readers ,
Suppose we have two three array it will search with all three arrays and return an array that contains the values from array 1 that are not present in rest of the array
Example :
<?php
$a1=array("a"=>"red","b"=>"green","
Hi Guys,
Can anyone tell what is this blue line I am seeing in my excel?
This excel has lot of data and formula.
Thanks
Hi,
If you want to get the HexaDecimal String code for any color then below code will surely help you to come out with the hexa color string.
Here are the steps to get hexa code string for any color.
1- Declare the variables for re
Catching fish with books
The most written about sport in the world is fishing. dollars than do those top three, in that order, watcher sports combined. There would be more fishing and hunting news in the newspapers if there was more gambling money
Convenience Initializer used in swift as a supporting initializer. By using the convenience initializer you can put multiple -init along with other and use whichever you want to use.
convenience initializers have the convenience keyword befo
2 mg: Light blue nontransparent physical body with a light blue nontransparent cap regarding "2 MILLIGRAMS" printed on the cap 4 milligrams: White nontransparent physical body regarding a blue nontransparent cap regarding "4 MILLIGRAMS" published o
Hi,
This blog is continuation with my previous blogs in which I had discuss type of CSS gradient properties,
In this blog i am going share how to use css linear gradient property in different ways.
Go through the following examples below to lea
We will use SpannableString to add different colors to a string and will use the setSpan(Object what, int start, int end, int flags) method of SpannableString to change the color for defined range of characters in that string.
Here is the code:
//
Hello Readers ,
The array_flip() function exchanges all keys with their associated values in an array.
Say we have array array("a"=>"red","b"=>"green","c"=>"blue","d"=>"yellow"); and we want to interchange key and values of an array .
If you want to get an array which contain all the entries of an array and have keys that are present in some other arrays for this you can use a predefined function array_intersect_key ( array $array1 , array $array2 [, array $... ] ).
array_inters