Prio | Original string | Translation | — |
---|---|---|---|
Find lowest value | Encontrar el valor más bajo | Details | |
Find highest value | Encontrar el valor más alto | Details | |
Strip whitespace (or other characters) from the beginning of a string | Eliminar espacios en blanco (u otros caracteres) del principio de una cadena de caracteres | Details | |
Strip whitespace (or other characters) from the beginning of a string Eliminar espacios en blanco (u otros caracteres) del principio de una cadena de caracteres
You have to log in to edit this translation.
|
|||
Return comma-separated list of values | Devolver una lista de valores separada por comas | Details | |
Return comma-separated list of values Devolver una lista de valores separada por comas
You have to log in to edit this translation.
|
|||
Find whether the type of a variable is string | Averiguar si el tipo de una variable es cadena de caracteres | Details | |
Find whether the type of a variable is string Averiguar si el tipo de una variable es cadena de caracteres
You have to log in to edit this translation.
|
|||
Finds whether a variable is a number or a numeric string | Averiguar si una variable es un número o una cadena numérica | Details | |
Finds whether a variable is a number or a numeric string Averiguar si una variable es un número o una cadena numérica
You have to log in to edit this translation.
|
|||
Finds whether a variable is NULL | Averiguar si una variable es nula (NULL) | Details | |
Finds whether a variable is NULL Averiguar si una variable es nula (NULL)
You have to log in to edit this translation.
|
|||
Finds whether a value is not a number | Averiguar si un valor no es un número | Details | |
Finds whether a value is not a number Averiguar si un valor no es un número
You have to log in to edit this translation.
|
|||
Finds whether the type of a variable is float | Averiguar si el tipo de una variable es coma flotante | Details | |
Finds whether the type of a variable is float Averiguar si el tipo de una variable es coma flotante
You have to log in to edit this translation.
|
|||
Determine whether a variable is considered to be empty | Determinar si una variable se considera que está vacía | Details | |
Determine whether a variable is considered to be empty Determinar si una variable se considera que está vacía
You have to log in to edit this translation.
|
|||
Get the integer value of a variable | Obtener el valor entero de una variable | Details | |
Get the integer value of a variable Obtener el valor entero de una variable
You have to log in to edit this translation.
|
|||
Join array elements with a string | Unir elementos de matriz con una cadena de caracteres | Details | |
Join array elements with a string Unir elementos de matriz con una cadena de caracteres
You have to log in to edit this translation.
|
|||
Conditional processing | Proceso condicional | Details | |
Format a local time/date as integer | Dar formato de número entero a una hora/fecha local | Details | |
Format a local time/date as integer Dar formato de número entero a una hora/fecha local
You have to log in to edit this translation.
|
|||
Convert special HTML entities back to characters (always uses ENT_QUOTES and UTF-8) | Convetir entidades HTML especiales a caracteres (siempre usa ENT_QUOTES y UTF-8) | Details | |
Convert special HTML entities back to characters (always uses ENT_QUOTES and UTF-8) Convetir entidades HTML especiales a caracteres (siempre usa ENT_QUOTES y UTF-8)
You have to log in to edit this translation.
|
Export as