Content update

This commit is contained in:
Johannes Findeisen 2021-02-21 07:56:18 +01:00
commit d76a0296ec

View file

@ -75,6 +75,8 @@ Default $protocol is T=1.
Returns the $connection to a reader or FALSE. Returns the $connection to a reader or FALSE.
**NOT IMPLEMENTED!** Should be available.
### scard_disconnect($connection); ### scard_disconnect($connection);
Disconnects the $connection to a card. Returns the TRUE if disconnecting was succesful or FALSE. Disconnects the $connection to a card. Returns the TRUE if disconnecting was succesful or FALSE.
@ -89,6 +91,8 @@ Returns the status or FALSE.
### scard_cancel($context); ### scard_cancel($context);
**NOT IMPLEMENTED!** Maybe not useful because of this extension is for server side usage designed but since we want the API implemented it should be available.
## License ## License
This code is licensed under the terms of the PHP License version 3.01. PCSC-Lite is licensed in a way where it is possible to integrate it native in the PHP environment. This code is licensed under the terms of the PHP License version 3.01. PCSC-Lite is licensed in a way where it is possible to integrate it native in the PHP environment.