toba_asercion
toba_asercion
Ubicada en php/lib/toba_asercion.php [line 8]
|
static mixed arrays_igual_largo(
mixed
array_1 ,
mixed
array_2 ,
mixed
texto = "ATENCION, los arrays no tienen el mismo tamaño" ] )
|
|
Parámetros:
mixed |
array_1: |
|
mixed |
array_2: |
|
mixed |
texto: |
|
static mixed error(
mixed
texto )
|
|
Parámetros:
static mixed es_array(
mixed
array ,
mixed
texto = "ATENCION, el elemento no es un ARRAY" ] ,
mixed
en_lugar_de = false ] )
|
|
Parámetros:
mixed |
array: |
|
mixed |
texto: |
|
mixed |
en_lugar_de: |
|
static mixed es_array_dimension(
mixed
array ,
mixed
dimension ,
mixed
texto = "ERROR: " ] )
|
|
Parámetros:
mixed |
array: |
|
mixed |
dimension: |
|
mixed |
texto: |
|
static mixed es_array_o_null(
mixed
array ,
mixed
texto = "ATENCION, el elemento no es un ARRAY y no es NULO" ] )
|
|
Parámetros:
mixed |
array: |
|
mixed |
texto: |
|
static mixed es_objeto(
mixed
instancia ,
mixed
texto = "ATENCION, el elemento no es un OBJETO" ] )
|
|
Parámetros:
mixed |
instancia: |
|
mixed |
texto: |
|
static mixed no_es_nulo(
mixed
variable ,
mixed
texto = "ATENCION, el elemento es NULO" ] )
|
|
Parámetros:
mixed |
variable: |
|
mixed |
texto: |
|
|