NumberFormatter::getTextAttribute

numfmt_get_text_attribute

(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0)

NumberFormatter::getTextAttribute -- numfmt_get_text_attributeGet a text attribute

Beschreibung

Objektorientierter Stil

public NumberFormatter::getTextAttribute(int $attribute): string|false

Prozeduraler Stil

numfmt_get_text_attribute(NumberFormatter $formatter, int $attribute): string|false

Get a text attribute associated with the formatter. An example of a text attribute is the suffix for positive numbers. If the formatter does not understand the attribute, U_UNSUPPORTED_ERROR error is produced. Rule-based formatters only understand NumberFormatter::DEFAULT_RULESET and NumberFormatter::PUBLIC_RULESETS.

Parameter-Liste

formatter

NumberFormatter object.

attribute

Attribute specifier - one of the text attribute constants.

Rückgabewerte

Return attribute value on success, or false on error.

Beispiele

Beispiel #1 numfmt_get_text_attribute() example

<?php
$fmt 
numfmt_create'de_DE'NumberFormatter::DECIMAL );
echo 
"Prefix: ".numfmt_get_text_attribute($fmtNumberFormatter::NEGATIVE_PREFIX)."\n";
echo 
numfmt_format($fmt, -1234567.891234567890000)."\n";
numfmt_set_text_attribute($fmtNumberFormatter::NEGATIVE_PREFIX"MINUS");
echo 
"Prefix: ".numfmt_get_text_attribute($fmtNumberFormatter::NEGATIVE_PREFIX)."\n";
echo 
numfmt_format($fmt, -1234567.891234567890000)."\n";
?>

Beispiel #2 OO example

<?php
$fmt 
= new NumberFormatter'de_DE'NumberFormatter::DECIMAL );
echo 
"Prefix: ".$fmt->getTextAttribute(NumberFormatter::NEGATIVE_PREFIX)."\n";
echo 
$fmt->format(-1234567.891234567890000)."\n";
$fmt->setTextAttribute(NumberFormatter::NEGATIVE_PREFIX"MINUS");
echo 
"Prefix: ".$fmt->getTextAttribute(NumberFormatter::NEGATIVE_PREFIX)."\n";
echo 
$fmt->format(-1234567.891234567890000)."\n";
?>

Das oben gezeigte Beispiel erzeugt folgende Ausgabe:

Prefix: -
-1.234.567,891
Prefix: MINUS
MINUS1.234.567,891

Siehe auch

Hier Kannst Du einen Kommentar verfassen


Bitte gib mindestens 10 Zeichen ein.
Wird geladen... Bitte warte.
* Pflichtangabe
Es sind noch keine Kommentare vorhanden.

Was genau bedeutet "Vibe Coding"? Ein tiefgehender Blick für Entwickler

In der Welt der Softwareentwicklung gibt es unzählige Wege, wie man an ein Projekt herangeht. Manche schwören auf strikte Planung, andere auf bewährte Algorithmen und wieder andere lassen sich von etwas ganz anderem leiten: ihrem Gefühl. ...

admin

Autor : admin
Kategorie: Software & Web-Development

PHP cURL-Tutorial: Verwendung von cURL zum Durchführen von HTTP-Anfragen

cURL ist eine leistungsstarke PHP-Erweiterung, die es Ihnen ermöglicht, mit verschiedenen Servern über verschiedene Protokolle wie HTTP, HTTPS, FTP und mehr zu kommunizieren. ...

TheMax

Autor : TheMax
Kategorie: PHP-Tutorials

Midjourney Tutorial - Anleitung für Anfänger

Über Midjourney, dem Tool zur Erstellung digitaler Bilder mithilfe von künstlicher Intelligenz, gibt es ein informatives Video mit dem Titel "Midjourney Tutorial auf Deutsch - Anleitung für Anfänger" ...

Mike94

Autor : Mike94
Kategorie: KI Tutorials

Tutorial veröffentlichen

Tutorial veröffentlichen

Teile Dein Wissen mit anderen Entwicklern weltweit

Du bist Profi in deinem Bereich und möchtest dein Wissen teilen, dann melde dich jetzt an und teile es mit unserer PHP-Community

mehr erfahren

Tutorial veröffentlichen

Fehler bei Beziehung

This really requires experience and a solid understanding of source code development. Updates and knowledge sharing make learning significantly mo ...

Geschrieben von sikasema am 18.04.2026 05:59:27
Forum: PHP Developer Forum
Diablo 4 Season 12 Items Massacre Sale! Rush to D4Gold.com!

Diablo IV Season 12: Season of Slaughter is in full swing, and every player in Sanctuary is racing to stay ahead of the meta, unlock high-end gear ...

Geschrieben von salisy am 18.04.2026 04:34:44
Forum: User stellen sich vor
Where to buy The Best POE Patch 3.28 & POE 2 Currency?

POE 3.28 Mirage Leaguehas been live for quite some time, and the community’s focus is no longer on new updates—instead, players are talking mo ...

Geschrieben von salisy am 18.04.2026 04:25:14
Forum: User stellen sich vor
Where to buy Monopoly Go Stickers? Answer is EZG.com!

The brand new album Monopoly Ever After Album has been released, bringing a new album and a new experience, with all sorts of novel and exquisite ...

Geschrieben von salisy am 18.04.2026 04:17:06
Forum: User stellen sich vor