FieldsGetReturn

The type of return of FieldsGet

Sintaxe

namespace ProtocolLive\PhpLiveDb\Enums;

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

- FieldsGet

- FieldsGetExcept