mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-32028 Documentation : removed legacy 1.x documentation
This commit is contained in:
parent
d1c12af76e
commit
be626b193e
1 changed files with 0 additions and 3 deletions
|
@ -1550,9 +1550,6 @@ abstract class moodle_database {
|
||||||
/**
|
/**
|
||||||
* Test whether a record exists in a table where all the given conditions met.
|
* Test whether a record exists in a table where all the given conditions met.
|
||||||
*
|
*
|
||||||
* The record to test is specified by giving up to three fields that must
|
|
||||||
* equal the corresponding values.
|
|
||||||
*
|
|
||||||
* @param string $table The table to check.
|
* @param string $table The table to check.
|
||||||
* @param array $conditions optional array $fieldname=>requestedvalue with AND in between
|
* @param array $conditions optional array $fieldname=>requestedvalue with AND in between
|
||||||
* @return bool true if a matching record exists, else false.
|
* @return bool true if a matching record exists, else false.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue