<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.basic.vartype.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.var.php',
    1 => 'Обробка змінних',
    2 => 'Обробка змінних',
  ),
  'up' => 
  array (
    0 => 'refs.basic.vartype.php',
    1 => 'Розширення для обробки змінних та типів',
  ),
  'prev' => 
  array (
    0 => 'enum.propertyhooktype.php',
    1 => 'PropertyHookType',
  ),
  'next' => 
  array (
    0 => 'intro.var.php',
    1 => 'Вступ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'uk',
    'path' => 'reference/var/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.var.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.var" class="book">
 
 <h1 class="title">Обробка змінних</h1>

 

 







 








<ul class="chunklist chunklist_book"><li><a href="intro.var.php">Вступ</a></li><li><a href="var.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="var.configuration.php">Налаштування під час виконання</a></li></ul></li><li><a href="ref.var.php">Variable handling Функції</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.boolval.php">boolval</a> — Get the boolean value of a variable</li><li><a href="function.debug-zval-dump.php">debug_zval_dump</a> — Dumps a string representation of an internal zval structure to output</li><li><a href="function.doubleval.php">doubleval</a> — Псевдонім floatval</li><li><a href="function.empty.php">empty</a> — Перевіряє чи змінна є пустою</li><li><a href="function.floatval.php">floatval</a> — Get float value of a variable</li><li><a href="function.get-debug-type.php">get_debug_type</a> — Gets the type name of a variable in a way that is suitable for debugging</li><li><a href="function.get-defined-vars.php">get_defined_vars</a> — Returns an array of all defined variables</li><li><a href="function.get-resource-id.php">get_resource_id</a> — Returns an integer identifier for the given resource</li><li><a href="function.get-resource-type.php">get_resource_type</a> — Returns the resource type</li><li><a href="function.gettype.php">gettype</a> — Повертає тип змінної</li><li><a href="function.intval.php">intval</a> — Отримує цілочисельне значення змінної</li><li><a href="function.is-array.php">is_array</a> — Finds whether a variable is an array</li><li><a href="function.is-bool.php">is_bool</a> — Finds out whether a variable is a boolean</li><li><a href="function.is-callable.php">is_callable</a> — Verify that a value can be called as a function from the current scope</li><li><a href="function.is-countable.php">is_countable</a> — Verify that the contents of a variable is a countable value</li><li><a href="function.is-double.php">is_double</a> — Псевдонім is_float</li><li><a href="function.is-float.php">is_float</a> — Finds whether the type of a variable is float</li><li><a href="function.is-int.php">is_int</a> — Find whether the type of a variable is integer</li><li><a href="function.is-integer.php">is_integer</a> — Псевдонім is_int</li><li><a href="function.is-iterable.php">is_iterable</a> — Verify that the contents of a variable is an iterable value</li><li><a href="function.is-long.php">is_long</a> — Псевдонім is_int</li><li><a href="function.is-null.php">is_null</a> — Перевіряє чи змінна має значення null</li><li><a href="function.is-numeric.php">is_numeric</a> — Finds whether a variable is a number or a numeric string</li><li><a href="function.is-object.php">is_object</a> — Finds whether a variable is an object</li><li><a href="function.is-real.php">is_real</a> — Псевдонім is_float</li><li><a href="function.is-resource.php">is_resource</a> — Finds whether a variable is a resource</li><li><a href="function.is-scalar.php">is_scalar</a> — Finds whether a variable is a scalar</li><li><a href="function.is-string.php">is_string</a> — Перевіряє, чи має задана змінна рядковий тип даних</li><li><a href="function.isset.php">isset</a> — Визначає, чи для змінної встановлено значення та воно не рівне null</li><li><a href="function.print-r.php">print_r</a> — Prints human-readable information about a variable</li><li><a href="function.serialize.php">serialize</a> — Generates a storable representation of a value</li><li><a href="function.settype.php">settype</a> — Set the type of a variable</li><li><a href="function.strval.php">strval</a> — Отримує рядкове значення змінної</li><li><a href="function.unserialize.php">unserialize</a> — Creates a PHP value from a stored representation</li><li><a href="function.unset.php">unset</a> — Руйнує задані змінні</li><li><a href="function.var-dump.php">var_dump</a> — Виводить інформацію про змінну</li><li><a href="function.var-export.php">var_export</a> — Outputs or returns a parsable string representation of a variable</li></ul></li></ul></div><?php manual_footer($setup); ?>