"bu sözdizimi"を英語に翻訳します

トルコ語から英語へのフレーズ"bu sözdizimi"の6翻訳の6を表示しています

トルコ語からbu sözdizimiの英語への翻訳

トルコ語
英語

TR Sergileyen sınıf içinde yöntemin görünürlüğünü ayarlamak için as sözdizimi kullanılabilir.

EN Using the as syntax, one can also adjust the visibility of the method in the exhibiting class.

トルコ語 英語
sınıf class
görünürlüğünü visibility
ayarlamak adjust

TR PHP 7.1.0 ve sonrasında, tür isminin önüne bir soru imi (?) konarak, tür bildirimleri boş olabilir (nullable) olarak imlenebilmektedir. Bu sözdizimi, değerin belirtilen türde veya null olabileceğini belirtir.

EN As of PHP 7.1.0, type declarations can be marked nullable by prefixing the type name with a question mark (?). This signifies that the value can be of the specified type or null.

トルコ語 英語
php php
tür type
soru question
bu this
belirtilen specified
veya or

TR Bir birleşim (union) türü bildirimi, tek bir tür yerine birden fazla türde değer kabul eder. Birleşim türleri T1|T2|... sözdizimi kullanılarak belirtilir. Birleşim türleri PHP 8.0.0 ve sonrasında kullanılabilir.

EN A union type declaration accepts values of multiple different simple types, rather than a single one. Union types are specified using the syntax T1|T2|.... Union types are available as of PHP 8.0.0.

トルコ語 英語
union union
kullanılarak using
php php
kullanılabilir available

TR Boş (null) tür, birleşimlerin bir parçası olarak desteklenir, yani T1|T2|null sözdizimi, boş olabilen bir birleşim oluşturmak için kullanılabilir. Mevcut ?T gösterimi, yaygın T|null durumu için bir kısaltma olarak kabul edilir.

EN The null type is supported as part of unions, such that T1|T2|null can be used to create a nullable union. The existing ?T notation is considered a shorthand for the common case of T|null.

トルコ語 英語
tür type
parçası part
desteklenir supported
t t
yaygın common

TR Ok işlevleri PHP 7.4'te anonim işlevler için daha kısa bir sözdizimi olarak tanıtılmıştır.

EN Arrow functions were introduced in PHP 7.4 as a more concise syntax for anonymous functions.

TR İlk sözdizimi yinelenebilir_ifade ile belirtilen yinelenebilirin etrafında döner. Her yinelemede, sırası gelen elemanın değeri $değer değişkenine atanır.

EN The first form traverses the iterable given by iterable_expression. On each iteration, the value of the current element is assigned to $value.

6翻訳の6を表示しています