# ZM\DB\SelectBody ## get ```php public function get(): mixed ``` ### 描述 作者很懒,什么也没有说 ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## count ```php public function count(): int ``` ### 描述 作者很懒,什么也没有说 ### 返回 | 类型 | 描述 | | ---- | ----------- | | int | | ## fetchAll ```php public function fetchAll(mixed $fetch_mode): mixed ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | fetch_mode | mixed | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## fetchFirst ```php public function fetchFirst(): null|mixed ``` ### 描述 作者很懒,什么也没有说 ### 返回 | 类型 | 描述 | | ---- | ----------- | | null|mixed | | ## value ```php public function value(null|mixed $key): null|mixed ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | key | null|mixed | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | null|mixed | | ## execute ```php public function execute(int $fetch_mode): mixed ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | fetch_mode | int | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## getSelectThing ```php public function getSelectThing(): mixed ``` ### 描述 作者很懒,什么也没有说 ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | |