FieldsGetReturn

The type of return of FieldsGet

Sintaxe

//Version 2024.02.22.00

namespace ProtocolLive\PhpLiveDb\Enums;

enum FieldsGetReturn{
case Array;
case Sql;
case String;
}
See more

- FieldsGet

- FieldsGetExcept