From 744c0e765443af6298d32c24245233b4d70d2035 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 21 Feb 2021 08:18:39 +0100 Subject: [PATCH] Content update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4424730..becdd62 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) +### 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() +### scard_last_errno() - Not PC/SC standard. Returns the last $errno or nothing? NULL or FALSE? (TODO)