u

Liste des fonctions et méthodes PHP commençant par la lettre U

[Retour à l’index alphabétique]

u

uasort – Trie un tableau en utilisant une fonction de rappel
ucfirst – Met le premier caractère en majuscule
UConverter::convert – Convertit une chaîne d’un jeu de caractères vers un autre jeu de caractères
UConverter::fromUCallback – Fonction de rappel « from »
UConverter::getAliases – Récupère les alias du nom fourni
UConverter::getAvailable – Récupère le nom canonique des convertisseurs diponibles
UConverter::getDestinationEncoding – Récupère l’encodage de la destination
UConverter::getDestinationType – Récupère le type de la destination du convertisseur
UConverter::getErrorCode – Récupère le code de la dernière erreur survenue sur l’objet
UConverter::getErrorMessage – Récupère le message de la dernière erreur survenue sur l’objet
UConverter::getSourceEncoding – Récupère l’encodage de la source
UConverter::getSourceType – Récupère le type de source du convertisseur
UConverter::getStandards – Récupère les normes associées aux noms de conversion
UConverter::getSubstChars – Récupère les caractères de substitution
UConverter::reasonText – Récupère la chaîne représentant la raison de la fonction de rappel
UConverter::setDestinationEncoding – Définit l’encodage de la destination
UConverter::setSourceEncoding – Définit l’encodage de la source
UConverter::setSubstChars – Définit les caractères de substitution
UConverter::toUCallback – Fonction de rappel « to »
UConverter::transcode – Convertit une chaîne depuis un jeu de caractères vers un autre jeu de caractères
UConverter::__construct – Crée un objet UConverter
ucwords – Met en majuscule la première lettre de tous les mots
UI\Area::onDraw – Draw Callback
UI\Area::onKey – Key Callback
UI\Area::onMouse – Mouse Callback
UI\Area::redraw – Redraw Area
UI\Area::scrollTo – Area Scroll
UI\Area::setSize – Set Size
UI\Control::destroy – Destroy Control
UI\Control::disable – Disable Control
UI\Control::enable – Enable Control
UI\Control::getParent – Get Parent Control
UI\Control::getTopLevel – Get Top Level
UI\Control::hide – Hide Control
UI\Control::isEnabled – Determine if Control is enabled
UI\Control::isVisible – Determine if Control is visible
UI\Control::setParent – Set Parent Control
UI\Control::show – Control Show
UI\Controls\Box::append – Append Control
UI\Controls\Box::delete – Delete Control
UI\Controls\Box::getOrientation – Get Orientation
UI\Controls\Box::isPadded – Padding Detection
UI\Controls\Box::setPadded – Set Padding
UI\Controls\Box::__construct – Construct a new Box
UI\Controls\Button::getText – Get Text
UI\Controls\Button::onClick – Click Handler
UI\Controls\Button::setText – Set Text
UI\Controls\Button::__construct – Construct a new Button
UI\Controls\Check::getText – Get Text
UI\Controls\Check::isChecked – Checked Detection
UI\Controls\Check::onToggle – Toggle Callback
UI\Controls\Check::setChecked – Set Checked
UI\Controls\Check::setText – Set Text
UI\Controls\Check::__construct – Construct a new Check
UI\Controls\ColorButton::getColor – Get Color
UI\Controls\ColorButton::onChange – Change Handler
UI\Controls\ColorButton::setColor – Set Color
UI\Controls\Combo::append – Append Option
UI\Controls\Combo::getSelected – Get Selected Option
UI\Controls\Combo::onSelected – Selected Handler
UI\Controls\Combo::setSelected – Set Selected Option
UI\Controls\EditableCombo::append – Append Option
UI\Controls\EditableCombo::getText – Get Text
UI\Controls\EditableCombo::onChange – Change Handler
UI\Controls\EditableCombo::setText – Set Text
UI\Controls\Entry::getText – Get Text
UI\Controls\Entry::isReadOnly – Detect Read Only
UI\Controls\Entry::onChange – Change Handler
UI\Controls\Entry::setReadOnly – Set Read Only
UI\Controls\Entry::setText – Set Text
UI\Controls\Entry::__construct – Construct a new Entry
UI\Controls\Form::append – Append Control
UI\Controls\Form::delete – Delete Control
UI\Controls\Form::isPadded – Padding Detection
UI\Controls\Form::setPadded – Set Padding
UI\Controls\Grid::append – Append Control
UI\Controls\Grid::isPadded – Padding Detection
UI\Controls\Grid::setPadded – Set Padding
UI\Controls\Group::append – Append Control
UI\Controls\Group::getTitle – Get Title
UI\Controls\Group::hasMargin – Margin Detection
UI\Controls\Group::setMargin – Set Margin
UI\Controls\Group::setTitle – Set Title
UI\Controls\Group::__construct – Construct a new Group
UI\Controls\Label::getText – Get Text
UI\Controls\Label::setText – Set Text
UI\Controls\Label::__construct – Construct a new Label
UI\Controls\MultilineEntry::append – Append Text
UI\Controls\MultilineEntry::getText – Get Text
UI\Controls\MultilineEntry::isReadOnly – Read Only Detection
UI\Controls\MultilineEntry::onChange – Change Handler
UI\Controls\MultilineEntry::setReadOnly – Set Read Only
UI\Controls\MultilineEntry::setText – Set Text
UI\Controls\MultilineEntry::__construct – Construct a new Multiline Entry
UI\Controls\Picker::__construct – Construct a new Picker
UI\Controls\Progress::getValue – Get Value
UI\Controls\Progress::setValue – Set Value
UI\Controls\Radio::append – Append Option
UI\Controls\Radio::getSelected – Get Selected Option
UI\Controls\Radio::onSelected – Selected Handler
UI\Controls\Radio::setSelected – Set Selected Option
UI\Controls\Separator::__construct – Construct a new Separator
UI\Controls\Slider::getValue – Get Value
UI\Controls\Slider::onChange – Change Handler
UI\Controls\Slider::setValue – Set Value
UI\Controls\Slider::__construct – Construct a new Slider
UI\Controls\Spin::getValue – Get Value
UI\Controls\Spin::onChange – Change Handler
UI\Controls\Spin::setValue – Set Value
UI\Controls\Spin::__construct – Construct a new Spin
UI\Controls\Tab::append – Append Page
UI\Controls\Tab::delete – Delete Page
UI\Controls\Tab::hasMargin – Margin Detection
UI\Controls\Tab::insertAt – Insert Page
UI\Controls\Tab::pages – Page Count
UI\Controls\Tab::setMargin – Set Margin
UI\Draw\Brush::getColor – Get Color
UI\Draw\Brush::setColor – Set Color
UI\Draw\Brush::__construct – Construct a new Brush
UI\Draw\Brush\Gradient::addStop – Stop Manipulation
UI\Draw\Brush\Gradient::delStop – Stop Manipulation
UI\Draw\Brush\Gradient::setStop – Stop Manipulation
UI\Draw\Brush\LinearGradient::__construct – Construct a Linear Gradient
UI\Draw\Brush\RadialGradient::__construct – Construct a new Radial Gradient
UI\Draw\Color::getChannel – Color Manipulation
UI\Draw\Color::setChannel – Color Manipulation
UI\Draw\Color::__construct – Construct new Color
UI\Draw\Matrix::invert – Invert Matrix
UI\Draw\Matrix::isInvertible – Invertible Detection
UI\Draw\Matrix::multiply – Multiply Matrix
UI\Draw\Matrix::rotate – Rotate Matrix
UI\Draw\Matrix::scale – Scale Matrix
UI\Draw\Matrix::skew – Skew Matrix
UI\Draw\Matrix::translate – Translate Matrix
UI\Draw\Path::addRectangle – Draw a Rectangle
UI\Draw\Path::arcTo – Draw an Arc
UI\Draw\Path::bezierTo – Draw Bezier Curve
UI\Draw\Path::closeFigure – Close Figure
UI\Draw\Path::end – Finalize Path
UI\Draw\Path::lineTo – Draw a Line
UI\Draw\Path::newFigure – Draw Figure
UI\Draw\Path::newFigureWithArc – Draw Figure with Arc
UI\Draw\Path::__construct – Construct a new Path
UI\Draw\Pen::clip – Clip a Path
UI\Draw\Pen::fill – Fill a Path
UI\Draw\Pen::restore – Restore
UI\Draw\Pen::save – Save
UI\Draw\Pen::stroke – Stroke a Path
UI\Draw\Pen::transform – Matrix Transform
UI\Draw\Pen::write – Draw Text at Point
UI\Draw\Stroke::getCap – Get Line Cap
UI\Draw\Stroke::getJoin – Get Line Join
UI\Draw\Stroke::getMiterLimit – Get Miter Limit
UI\Draw\Stroke::getThickness – Get Thickness
UI\Draw\Stroke::setCap – Set Line Cap
UI\Draw\Stroke::setJoin – Set Line Join
UI\Draw\Stroke::setMiterLimit – Set Miter Limit
UI\Draw\Stroke::setThickness – Set Thickness
UI\Draw\Stroke::__construct – Construct a new Stroke
UI\Draw\Text\Font::getAscent – Font Metrics
UI\Draw\Text\Font::getDescent – Font Metrics
UI\Draw\Text\Font::getLeading – Font Metrics
UI\Draw\Text\Font::getUnderlinePosition – Font Metrics
UI\Draw\Text\Font::getUnderlineThickness – Font Metrics
UI\Draw\Text\Font::__construct – Construct a new Font
UI\Draw\Text\Font\Descriptor::getFamily – Get Font Family
UI\Draw\Text\Font\Descriptor::getItalic – Style Detection
UI\Draw\Text\Font\Descriptor::getSize – Size Detection
UI\Draw\Text\Font\Descriptor::getStretch – Style Detection
UI\Draw\Text\Font\Descriptor::getWeight – Weight Detection
UI\Draw\Text\Font\Descriptor::__construct – Construct a new Font Descriptor
UI\Draw\Text\Font\fontFamilies – Récupére les familles de polices
UI\Draw\Text\Layout::setColor – Set Color
UI\Draw\Text\Layout::setWidth – Set Width
UI\Draw\Text\Layout::__construct – Construct a new Text Layout
UI\Executor::kill – Stop Executor
UI\Executor::onExecute – Execution Callback
UI\Executor::setInterval – Interval Manipulation
UI\Executor::__construct – Construct a new Executor
UI\Menu::append – Append Menu Item
UI\Menu::appendAbout – Append About Menu Item
UI\Menu::appendCheck – Append Checkable Menu Item
UI\Menu::appendPreferences – Append Preferences Menu Item
UI\Menu::appendQuit – Append Quit Menu Item
UI\Menu::appendSeparator – Append Menu Item Separator
UI\Menu::__construct – Construct a new Menu
UI\MenuItem::disable – Disable Menu Item
UI\MenuItem::enable – Enable Menu Item
UI\MenuItem::isChecked – Detect Checked
UI\MenuItem::onClick – On Click Callback
UI\MenuItem::setChecked – Set Checked
UI\Point::at – Size Coercion
UI\Point::getX – Retrieves X
UI\Point::getY – Retrieves Y
UI\Point::setX – Set X
UI\Point::setY – Set Y
UI\Point::__construct – Construct a new Point
UI\quit – Quitte la boucle UI
UI\run – Entre dans la boucle UI
UI\Size::getHeight – Retrieves Height
UI\Size::getWidth – Retrives Width
UI\Size::of – Point Coercion
UI\Size::setHeight – Set Height
UI\Size::setWidth – Set Width
UI\Size::__construct – Construct a new Size
UI\Window::add – Add a Control
UI\Window::error – Affiche un message d’erreur
UI\Window::getSize – Get Window Size
UI\Window::getTitle – Get Title
UI\Window::hasBorders – Border Detection
UI\Window::hasMargin – Margin Detection
UI\Window::isFullScreen – Full Screen Detection
UI\Window::msg – Show Message Box
UI\Window::onClosing – Closing Callback
UI\Window::open – Open Dialog
UI\Window::save – Save Dialog
UI\Window::setBorders – Border Use
UI\Window::setFullScreen – Full Screen Use
UI\Window::setMargin – Margin Use
UI\Window::setSize – Set Size
UI\Window::setTitle – Window Title
UI\Window::__construct – Construct a new Window
uksort – Trie un tableau par ses clés en utilisant une fonction de rappel
umask – Change le « umask » courant
uniqid – Génère un identifiant unique
unixtojd – Convertit un timestamp UNIX en un jour Julien
unlink – Supprime un fichier
unpack – Déconditionne des données depuis une chaîne binaire
unregister_tick_function – Annule la fonction exécutée à chaque tick
unserialize – Crée une variable PHP à partir d’une valeur linéarisée
unset – Détruit une variable
untaint – Ne nettoie pas une chaîne
uopz_add_function – Adds non-existent function or method
uopz_allow_exit – Allows control over disabled exit opcode
uopz_backup – Sauvegarde une fonction
uopz_compose – Compose une classe
uopz_copy – Copie une fonction
uopz_delete – Supprime une fonction
uopz_del_function – Deletes previously added function or method
uopz_extend – Etend une classe à l’exécution
uopz_flags – Récupère ou défini les drapeaux d’une fonction ou d’une classe
uopz_function – Crée une fonction à l’exécution
uopz_get_exit_status – Retrieve the last set exit status
uopz_get_hook – Gets previously set hook on function or method
uopz_get_mock – Get the current mock for a class
uopz_get_property – Gets value of class or instance property
uopz_get_return – Gets a previous set return value for a function
uopz_get_static – Gets the static variables from function or method scope
uopz_implement – Implémente une interface à l’exécution
uopz_overload – Surcharge un opcode VM
uopz_redefine – Re-défini une constante
uopz_rename – Renomme une fonction à l’exécution
uopz_restore – Restaure une fonction sauvegardée
uopz_set_hook – Sets hook to execute when entering a function or method
uopz_set_mock – Use mock instead of class for new objects
uopz_set_property – Sets value of existing class or instance property
uopz_set_return – Provide a return value for an existing function
uopz_set_static – Sets the static variables in function or method scope
uopz_undefine – Supprime une constante
uopz_unset_hook – Removes previously set hook on function or method
uopz_unset_mock – Unset previously set mock
uopz_unset_return – Unsets a previously set return value for a function
urldecode – Décode une chaîne encodée URL
urlencode – Encode une chaîne en URL
user_error – Alias de trigger_error
use_soap_error_handler – Active le gestionnaire d’erreurs SOAP natif
usleep – Arrête l’exécution durant quelques microsecondes
usort – Trie un tableau en utilisant une fonction de comparaison
utf8_decode – Convertit une chaîne UTF-8 en ISO-8859-1
utf8_encode – Convertit une chaîne ISO-8859-1 en UTF-8