FieldsGetReturn

The type of return of FieldsGet

Sintaxe

namespace ProtocolLive\PhpLiveDb\Enums;

/**
 * @version 2026.05.04.00
 */
enum FieldsGetReturn{
case Array;
case None;
case Sql;
case String;
}
See more

- FieldsGet

- FieldsGetExcept