From: root Date: Tue, 25 Nov 2014 00:24:18 +0000 (+0000) Subject: Statement::descAsync takes callback arg X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=f04806471c251c39cd285036b6133ba8c06b20e8;hp=e33f3a609850554f4a9aa96d1adfb270709b4923;p=mdref%2Fmdref-pq Statement::descAsync takes callback arg --- diff --git a/pq/Statement/descAsync.md b/pq/Statement/descAsync.md index 31cf15b..cbcf605 100644 --- a/pq/Statement/descAsync.md +++ b/pq/Statement/descAsync.md @@ -1,14 +1,11 @@ -# array pq\Statement::descAsync() +# void pq\Statement::descAsync(callable $callback) [Asynchronously](pq/Connection/: Asynchronous Usage) describe the parameters of the prepared statement. ## Params: -None. - -## Returns: - -* array, list of type OIDs of the substitution parameters. +* callable $callback as function(array $oids) + A callback to receive list of type OIDs of the substitution parameters. ## Throws: