mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210500 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
42e2cc1dbb
commit
67555f700e
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/paradox.xml, last change in rev -->
|
||||
<refentry id="function.px-insert-record">
|
||||
<refnamediv>
|
||||
|
@ -111,8 +111,8 @@ px_insert_record($px, array($days*86400000.0 + $secs*1000.0, $secs*1000.0, $days
|
|||
$curtimestamp = microtime(true);
|
||||
$days = (int) ($curtimestamp/86400);
|
||||
$secs = $curtimestamp - ($days * 86400.0);
|
||||
$days += 2440588; /* Number of days between 1.1.4914 b.c. and 1.1.1970 */
|
||||
$days -= 1721425; /* Number of days between 1.1.4914 b.c. and 1.1.0000 */
|
||||
$days += 2440588; /* Number of days between 1.1.4714 b.c. and 1.1.1970 */
|
||||
$days -= 1721425; /* Number of days between 1.1.4714 b.c. and 1.1.0000 */
|
||||
px_insert_record($px, array($days*86400000.0 + $secs*1000.0, $secs*1000.0, $days));
|
||||
for($i=0; $i<2; $i++) {
|
||||
$rec = px_retrieve_record($px, $i);
|
||||
|
|
Loading…
Reference in a new issue