From 344130ee3c0aaef207cd44504d2e1f0c400bdd9c Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sat, 3 Feb 2007 19:52:30 +0000 Subject: [PATCH] WS, prepare for new doc style git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228906 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/cybercash-base64-decode.xml | 32 ++++++------- .../functions/cybercash-base64-encode.xml | 32 ++++++------- .../cybercash/functions/cybercash-decr.xml | 42 ++++++++-------- .../cybercash/functions/cybercash-encr.xml | 42 ++++++++-------- .../functions/java-last-exception-clear.xml | 36 +++++++------- .../functions/java-last-exception-get.xml | 48 +++++++++---------- 6 files changed, 116 insertions(+), 116 deletions(-) diff --git a/reference/cybercash/functions/cybercash-base64-decode.xml b/reference/cybercash/functions/cybercash-base64-decode.xml index dda63183d7..454ea6b98d 100644 --- a/reference/cybercash/functions/cybercash-base64-decode.xml +++ b/reference/cybercash/functions/cybercash-base64-decode.xml @@ -1,21 +1,21 @@ - + - - - cybercash_base64_decode - base64 decode data for Cybercash - - - Description - - stringcybercash_base64_decode - stringinbuff - - - - - + + + cybercash_base64_decode + base64 decode data for Cybercash + + + Description + + stringcybercash_base64_decode + stringinbuff + + + + + + - - - cybercash_base64_encode - base64 encode data for Cybercash - - - Description - - stringcybercash_base64_encode - stringinbuff - - - - - + + + cybercash_base64_encode + base64 encode data for Cybercash + + + Description + + stringcybercash_base64_encode + stringinbuff + + + + + + - - - cybercash_decr - Cybercash decrypt - - - Description - - arraycybercash_decr - stringwmk - stringsk - stringinbuff - - - The function returns an associative array with the elements - "errcode" and, if "errcode" is &false;, "outbuff" (string), - "outLth" (long) and "macbuff" (string). - - - + + + cybercash_decr + Cybercash decrypt + + + Description + + arraycybercash_decr + stringwmk + stringsk + stringinbuff + + + The function returns an associative array with the elements + "errcode" and, if "errcode" is &false;, "outbuff" (string), + "outLth" (long) and "macbuff" (string). + + + + - - - cybercash_encr - Cybercash encrypt - - - Description - - arraycybercash_encr - stringwmk - stringsk - stringinbuff - - - The function returns an associative array with the elements - "errcode" and, if "errcode" is &false;, "outbuff" (string), - "outLth" (long) and "macbuff" (string). - - - + + + cybercash_encr + Cybercash encrypt + + + Description + + arraycybercash_encr + stringwmk + stringsk + stringinbuff + + + The function returns an associative array with the elements + "errcode" and, if "errcode" is &false;, "outbuff" (string), + "outLth" (long) and "macbuff" (string). + + + - - - java_last_exception_clear - Clear last Java exception - - - Description - - voidjava_last_exception_clear - - - &warn.experimental.func; - - See java_last_exception_get for an example. - - - + + + + java_last_exception_clear + Clear last Java exception + + + Description + + voidjava_last_exception_clear + + + &warn.experimental.func; + + See java_last_exception_get for an example. + + + - - - java_last_exception_get - Get last Java exception - - - Description - - objectjava_last_exception_get - - - &warn.experimental.func; - - The following example demonstrates the usage of Java's exception - handler from within PHP: + + + + java_last_exception_get + Get last Java exception + + + Description + + objectjava_last_exception_get + + + &warn.experimental.func; + + The following example demonstrates the usage of Java's exception + handler from within PHP: - - Java exception handler - + + Java exception handler + ]]> - - - - - + + + + +