Метод | Описание | |
---|---|---|
__construct ( array $info, array $rows ) | ||
failedRows ( ) : array | Returns the rows which failed to insert along with their associated errors and index in the original data set. | |
info ( ) : array | Retrieves the full API response. | |
isSuccessful ( ) : boolean | Determines if the request was successful. |
public __construct ( array $info, array $rows ) | ||
$info | array | The API response. |
$rows | array | The rows provided in the original request. |
public failedRows ( ) : array | ||
Результат | array |
public isSuccessful ( ) : boolean | ||
Результат | boolean |