From ac8fa37a533098324e7136a852ae4286c5b44f89 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 21 Feb 2021 08:19:09 +0100 Subject: [PATCH] Content update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index becdd62..6bc5ca9 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Default $protocol is T=1. Disconnects the $connection to a card. Returns the TRUE if disconnecting was succesful or FALSE. -### scard_errstr($errno) - Not PC/SC standard. +### scard_errstr($errno); - Not PC/SC standard. Returns $errstr for $errno or NULL. @@ -63,7 +63,7 @@ Returns the application $context to the PC/SC resource manager. Returns TRUE if $context is valid or FALSE if $context is not valid. -### scard_last_errno() - Not PC/SC standard. +### scard_last_errno(); - Not PC/SC standard. Returns the last $errno or nothing? NULL or FALSE? (TODO)