Durukan Bal

  • Home
  • Notes
  • Services
    • Bash – Get My Remote IP Address
    • Attack Videos
    • PHP – Basic Torrent Tracker Server
  • Social
    • Twitter
    • Linkedin
  • cv
  • Powered By Antpi.Net

PHP language

PHP language

PHP – Get Date and Time

By Durukan Bal, 4 years15/03/2021 ago
PHP language

PHP – WordPress Tags Resize

By Durukan Bal, 4 years04/03/2021 ago
PHP language

PHP – String Operators

Operator Name Example Result . Birleştirme Ekleme $txt1 . $txt2 $txt1 ile $txt2 birleşimini yapar. .= Birleştir ve Ata $txt1 .= $txt2 $txt1 ile $txt2 birleştirir ve atama yapar.

By Durukan Bal, 4 years28/02/2021 ago
PHP language

PHP – Conditional Assignment Operators

Operator Name Example Result ?: Ternary $x = expr1 ? expr2 : expr3 $x değeri eşittir expr1 doğruysa expr2 eğer false ise expr3 eşitlenir. ?? Null coalescing $x = expr1 ?? expr2 $x değeri eşittir expr1 NULL değilse ve boş deyilse expr1 eşittir, eğer expr1 NULL veya boş ise expr2’ye Read more…

By Durukan Bal, 4 years28/02/2021 ago
PHP language

PHP – Another process is running

By Durukan Bal, 4 years26/02/2021 ago
PHP language

PHP – Logical Operators

Operator Name Example Result and And $x and $y $x değeri ve $y değeri doğru ise true döner or Or $x or $y $x veya $y değeri doğru ise true döner xor Xor $x xor $y $x değeri veya $y değeri doğru ise doğrudur ancak ikiside doğru ise yalnıştır && Read more…

By Durukan Bal, 4 years18/02/2021 ago
PHP language

PHP – Increment / Decrement Operators

Operator Name Description ++$x Pre-increment $x değerini 1 artır sonra geri gönder $x++ Post-increment $x değerini geri gönder sonra 1 artır –$x Pre-decrement $x değerini 1 çıkart sonra geri gönder $x– Post-decrement $x değerini geri dönder sonra 1 çıkart

By Durukan Bal, 4 years18/02/2021 ago
PHP language

PHP – Comparison Operators

Operator Name Example Result == Equal $x == $y $x değeri $y eşitse true döner === Identical $x === $y $x değeri $y değeri ile aynı türde ve eşit değerse true döner != Not equal $x != $y $x değeri $y değerine eşit değilse true döner <> Not equal $x Read more…

By Durukan Bal, 4 years18/02/2021 ago
PHP language

PHP – Assignment Operators

Assignment Same as… Description x = y x = y $x eşittir $y’ye x += y x = x + y $x eşittir $x ile $y’nin toplamına x -= y x = x – y $x eşittir $x’in $y ile farkına x *= y x = x * y $x Read more…

By Durukan Bal, 4 years16/02/2021 ago
PHP language

PHP – Arithmetic Operators

Operator Name Example Result + Toplama $x + $y $x ve $y nin toplamaı – Çıkarma $x – $y $x ve $y nin farkı * Çarpma $x * $y $x ve $y nin çarpımı / Bölme $x / $y $x’in $y’e bölümü % Modül $x % $y $x’in $y ile Read more…

By Durukan Bal, 4 years16/02/2021 ago

Posts pagination

Previous 1 2
Categories
  • Bash language
  • C language
  • DOS Attack
  • HTML
  • MySql language
  • PHP language
  • Scan And Search
  • Sniff
  • SQL Injection
Tags
example function list operators sample Syntax
  • Attack Videos
  • Home
  • Notes
Hestia | Developed by ThemeIsle