Tag: web technology
Questions Related to web technology
-
$object.method()
-
$object->$method()
-
$object:$method()
-
$object->method()
-
Object attributes are not of any specific data type
-
The constructor of the class is not correctly defined
-
You cannot put an equal when recieving a parameter in the constructor
-
The word function is missing before the class constructor
-
strconcat(string $glue, array $pieces)
-
implode ( string $glue , array $pieces )
-
strcmp(array $pieces, string $concat, int $elementNumber)
-
arrayConcat(array $pieces, string $concat, string $EOF)
-
$var = new asoc_array("key"->"value","key2"->"value2");
-
$var = array("key"=>"value","key2"=>"value2");
-
$var = new ArrayList("key,value","key1,value1");
-
$var = new List(Of Associative)["key"=>"value","key1","value1"];
-
asort($array)
-
ksort($array)
-
krsort($array)
-
usort($array)
-
$result = mysql_obtain_rows($query);
-
$result = mysql_executeNonQuery($query);
-
$result = mysql_query($query);
-
$record = mysql_fetch_array($result)