Top "Mixed" questions

how to select max of mixed string/int column?

Lets say that I have a table which contains a column for invoice number, the data type is VARCHAR with …

mysql select max mixed
Facebook 'Like' button breaks https/SSL

On an e-commerce website I maintain, I added a Facebook 'Like' button per the instructions here: http://developers.facebook.com/…

facebook ssl https facebook-like mixed
How to use mixed parameter type in my own functions?

I want to define a PHP 7 function that takes a parameter of mixed type. (What I want is the equivalent …

php types parameters strict mixed
Java - Mixed ArrayLists?

Is it possible to store a mixture of object types in an ArrayList? If so how? This is what I …

java list collections arraylist mixed
Error: Invalid character in name at (1)

I am trying to compile a fortran file along with some .h files in FORTRAN. The .h files contain definition …

gcc fortran fortran90 gfortran mixed
How to JsDoc a "mixed" type?

Simple question, how do I document that "Mixed-type"? I know I could just list all possible types like {null|undefined|…

parameters mixed jsdoc
Mixed type and mixed array type array Object[] in java not compiling

Here is how it looks like public Object[] settings = {true, true, false, 1, true, false, 10, 10, 20, false, false, false, false, false, {true, …

java arrays object compiler-errors mixed
check if is multibyte string in PHP

I want to check if is a string type multibyte on PHP. Have any idea how to accomplish this? Example: &…

php string multibyte mixed