X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=pq%2FStatement%2FdescAsync.md;h=cbcf60569215172edaab55c309b21e5cb1943b0b;hb=f04806471c251c39cd285036b6133ba8c06b20e8;hp=31cf15bbf0cc385369bfad38c85ab73bcbedcf77;hpb=e33f3a609850554f4a9aa96d1adfb270709b4923;p=mdref%2Fmdref-pq 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: