+1 vote
in PHP by
Which of the following PHP function is used to generate unique id?

a) id()

b) mdid()

c) uniqueid()

d) None of the above

1 Answer

0 votes
by
c) uniqueid()

Description: We can declare and call user-defined functions easily. The syntax to declare user-defined functions is given below -

function functionname(){  

//code to be executed  

}

Related questions

+1 vote
asked May 13, 2022 in PHP by john ganales
+1 vote
asked May 13, 2022 in PHP by john ganales
...