mirror of
https://github.com/pcsc-for-php/pcsc.git
synced 2026-08-08 21:09:26 +02:00
fix default valur
This commit is contained in:
parent
7849799fe7
commit
7086a7e25a
3 changed files with 4 additions and 4 deletions
|
|
@ -29,7 +29,7 @@ function scard_list_readers($context): array|false {}
|
|||
* @param resource $context
|
||||
* @return resource|false
|
||||
*/
|
||||
function scard_connect($context, string $reader_name, int $preferred_protocol=SCARD_PROTOCOL_T0|SCARD_PROTOCOL_T0, int &$current_protocol=NULL): array|false {}
|
||||
function scard_connect($context, string $reader_name, int $preferred_protocol=SCARD_PROTOCOL_T0|SCARD_PROTOCOL_T1, int &$current_protocol=NULL): array|false {}
|
||||
|
||||
/**
|
||||
* @param resource $card
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue