Mixed pseudotype in PHP

Lecture



Mixed says that a parameter can take many (but not necessarily all) types.

This can be an integer or fractional number, a string, an array, or an object ... For example, the parameter of type mixed has the standard gettype function () or the settype function () . If it is written that the function returns mixed , this means that the type of the result depends on the operands and is specified when describing the function.

In general, when writing functions, you do not need to type the names of the types! They are needed only to clarify the syntax of a function.


Comments


To leave a comment
If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Running server side scripts using PHP as an example (LAMP)

Terms: Running server side scripts using PHP as an example (LAMP)