That means you don't have to specify the data type of a variable when you declare it, and data types are converted automatically as needed during script execution.
Eso quiere decir que no tienes que especificar el tipo de dato de la variable cuando la declaras, y los tipos de datos son convertidos automáticamente de acuerdo a lo que se necesite en la ejecución del script.
Based on the data type of a variable, the operating system allocates memory and decides what can be stored in the reserved memory.
Basado en el tipo de datos de una variable, el sistema operativo asigna memoria y decide lo que se puede almacenar en la memoria reservada.
The compiler is also capable of establishing the data type of a variable in less straightforward situations
Although the compiler will type the variable for you, you should specify the data type of a variable by using compiler directives where the data type is ambiguous, such as in a form.
Aunque el compilador deduce el tipo de variable por usted, cuando los tipos de datos sean ambiguos, como en un formulario, debe especificar el tipo de dato utilizando las directivas de compilación.
Be careful not to change the data type of a variable to which a pointer refers.
El compilador Tenga cuidado de no cambiar el tipo de una variable a la cual un puntero hace referencia.
In PHP the data type of a variable is not set by the programmer.
En PHP el tipo de datos de una variable no está definido por el programador.
We can always check the data type of a variable with the special Python keyword type
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.