update : 2015.11.03
php.shukuma.com검색:
|
MongoDB::forceError(PECL mongo >=0.9.5) MongoDB::forceError — Creates a database error 설명
public bool MongoDB::forceError
( void
)
This method is not very useful for normal MongoDB use. It forces a database error to occur. This means that MongoDB::lastError() will return a generic database error after running this command. This command is identical to running:
<?php 인수이 함수는 인수가 없습니다. 반환값Returns the database response. 변경점
|