Documentation

Form

Utilitário de Formulário

Table of Contents

check()  : string
Retorna 'checked' se os valores são iguais
select()  : string
Retorna 'selected' se os valores são iguais

Methods

check()

Retorna 'checked' se os valores são iguais

public static check(mixed $value1[, mixed $value2 = true ]) : string
Parameters
$value1 : mixed
$value2 : mixed = true
Return values
string

select()

Retorna 'selected' se os valores são iguais

public static select(mixed $value1[, mixed $value2 = true ]) : string
Parameters
$value1 : mixed
$value2 : mixed = true
Return values
string

Search results