mysql_xdevapi\TableSelect
PHP Manual

TableSelect::limit

(No version information available, might only be in Git)

TableSelect::limitLimit selected rows

说明

public mysql_xdevapi\TableSelect mysql_xdevapi\TableSelect::limit ( integer $rows )

Sets the maximum number of records or documents to return.

参数

rows

The maximum number of records or documents.

返回值

A TableSelect object.


mysql_xdevapi\TableSelect
PHP Manual