<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.datetimeinterface.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'datetime.wakeup.php',
    1 => 'DateTime::__wakeup',
    2 => '__wakeup ハンドラ',
  ),
  'up' => 
  array (
    0 => 'class.datetimeinterface.php',
    1 => 'DateTimeInterface',
  ),
  'prev' => 
  array (
    0 => 'datetime.unserialize.php',
    1 => 'DateTime::__unserialize',
  ),
  'next' => 
  array (
    0 => 'class.datetimezone.php',
    1 => 'DateTimeZone',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/datetime/datetimeinterface/wakeup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="datetime.wakeup" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">DateTime::__wakeup</h1>
  <h1 class="refname">DateTimeImmutable::__wakeup</h1>
  <h1 class="refname">DateTimeInterface::__wakeup</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">DateTime::__wakeup</span> -- <span class="refname">DateTimeImmutable::__wakeup</span> -- <span class="refname">DateTimeInterface::__wakeup</span> &mdash; <span class="dc-title">__wakeup ハンドラ</span></p>

 </div>

 <div id="datetime.wakeup-refsynopsisdiv">
  <div class="warning"><strong class="warning">警告</strong><p class="simpara">この関数は PHP 8.5.0 で
<em>非推奨</em>になります。この関数に頼らないことを強く推奨します。</p></div>
 </div>

 <div class="refsect1 description" id="refsect1-datetime.wakeup-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="attribute"><a href="class.deprecated.php">#[\Deprecated]</a> </span><br>
   <span class="modifier">public</span> <span class="methodname"><strong>DateTime::__wakeup</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <div class="methodsynopsis dc-description"><span class="attribute"><a href="class.deprecated.php">#[\Deprecated]</a> </span><br>
   <span class="modifier">public</span> <span class="methodname"><strong>DateTimeImmutable::__wakeup</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <div class="methodsynopsis dc-description"><span class="attribute"><a href="class.deprecated.php">#[\Deprecated]</a> </span><br>
   <span class="modifier">public</span> <span class="methodname"><strong>DateTimeInterface::__wakeup</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="para rdfs-comment">
   <a href="language.oop5.magic.php#object.wakeup" class="link">__wakeup()</a> を処理します。
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-datetime.wakeup-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">この関数にはパラメータはありません。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-datetime.wakeup-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   DateTime オブジェクトを初期化します。
  </p>
 </div>


</div><?php manual_footer($setup); ?>