<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.throwable.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'throwable.getline.php',
    1 => 'Throwable::getLine',
    2 => 'R&eacute;cup&egrave;re la ligne o&ugrave; l\'objet a &eacute;t&eacute; instanci&eacute;',
  ),
  'up' => 
  array (
    0 => 'class.throwable.php',
    1 => 'Throwable',
  ),
  'prev' => 
  array (
    0 => 'throwable.getfile.php',
    1 => 'Throwable::getFile',
  ),
  'next' => 
  array (
    0 => 'throwable.gettrace.php',
    1 => 'Throwable::getTrace',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'language/predefined/throwable/getline.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="throwable.getline" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Throwable::getLine</h1>
  <p class="verinfo">(PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">Throwable::getLine</span> &mdash; <span class="dc-title">Récupère la ligne où l&#039;objet a été instancié</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-throwable.getline-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Throwable::getLine</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="para rdfs-comment">
   Retourne le numéro de ligne où l&#039;objet lancé a été instancié.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-throwable.getline-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <p class="para">Cette fonction ne contient aucun paramètre.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-throwable.getline-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="para">
   Retourne le numéro de ligne où l&#039;objet lancé a été instancié.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-throwable.getline-seealso">
  <h3 class="title">Voir aussi</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="exception.getline.php" class="methodname" rel="rdfs-seeAlso">Exception::getLine()</a> - R&eacute;cup&egrave;re la ligne dans laquelle l'exception a &eacute;t&eacute; cr&eacute;&eacute;e</span></li>
   </ul>
  </p>
 </div>

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