You can insert an XPath queryinto an SQL query.
SQL クエリに XPath クエリを挿入することができます。 - PEAR
a numeric array containing the data to insertinto the query クエリに挿入するデータを含む配列。 - PEAR
mysql INSERTINTO developers VALUES('Joe Smith', 'joesmith@gentoo.org', 'toolchain');Query OK, 1 row affected (0.06 sec)(If you don't know the order of the columns in the table or want to insert an incomplete record)mysql INSERTINTO developers (job, name)
(列の定義順が分からない、もしくは歯抜けのデータを登録したい場合) - Gentoo Linux
if supplied, the values in $param will automatically set to the passed datatypes array array $data a numeric array containing the data to insertinto the query arrayarray $data クエリに挿入するデータを含む、数値添字の配列。 - PEAR
if supplied, the types of the columns in the result set will be set for fetching array $params a numeric array containing the data to insertinto the query 指定した場合は、取得した結果セットのカラムの型を設定します。 array$params クエリに挿入するデータを含む、数値添字の配列。 - PEAR