#functionsphp 搜索结果

when you came up with a file= parameter before trying for other rfi see phpinfo page is accessible or not you might get some juicy information. e.g.file=data:text/plain, <?php phpinfo(); ?> #bugbountytip

0_1VitthalS's tweet image. when you came up with a file= parameter before trying for other rfi see phpinfo page is accessible or not you might get some juicy information.
e.g.file=data:text/plain, &amp;lt;?php phpinfo(); ?&amp;gt;
#bugbountytip

Another neat #PHP feature I keep forgetting: You can use arrays as the righthand part of a foreach loop!

EmmaDSCodes's tweet image. Another neat #PHP feature I keep forgetting: You can use arrays as the righthand part of a foreach loop!

The `extract` function of PHP works like magic! php.net/manual/en/func… #PHP

amit_merchant's tweet image. The `extract` function of PHP works like magic! 

php.net/manual/en/func… #PHP

RCE Bypass Tip for Pentesters. To bypass WAFs blocking eval() in PHP, try call_user_func() or assert(). Example: call_user_func('system', $_GET['cmd']) executes commands via user input. #BugBounty #CyberSecurity #RCE

NullSecurityX's tweet image. RCE Bypass Tip for Pentesters.

To bypass WAFs blocking eval() in PHP, try call_user_func() or assert(). Example: call_user_func(&apos;system&apos;, $_GET[&apos;cmd&apos;]) executes commands via user input.

#BugBounty #CyberSecurity #RCE

in the next version of bun you can use `Bun.PHP` to run inline php scripts

thdxr's tweet image. in the next version of bun

you can use `Bun.PHP` to run inline php scripts

JavaScript Functions Explained 🔥 A Thread ↓↓↓

AlfaizAliX's tweet image. JavaScript Functions Explained 🔥

A Thread ↓↓↓

🐘 Here’s a to-the-point summary of all awesome features in #php. Now updated for PHP 8.1 front-line-php.com/cheat-sheet

freekmurze's tweet image. 🐘 Here’s a to-the-point summary of all awesome features in #php. 

Now updated for PHP 8.1
front-line-php.com/cheat-sheet

After years of trying to make this work in PHP, I finally did it 🤯


This is the last thing PHP needs. After this, it's feature-complete.

amacarthur's tweet image. This is the last thing PHP needs. After this, it&apos;s feature-complete.

A Comprehensive Guide to Functional Programming medium.com/@trisha.ghosh.…

_trish_xD's tweet image. A Comprehensive Guide to Functional Programming
 medium.com/@trisha.ghosh.…

Basics of Functions In Javascript Every basic thing you need to know about functions in javascript 👇

_Shreya_Trivedi's tweet image. Basics of Functions In Javascript 

Every basic thing you need to know about functions in javascript 👇

🚀 Exciting news for PHP devs! PHP 8.3 brings awesome functions for incrementing and decrementing alphanumeric strings! 🎉 Check out the examples below to see them in action! 👇 #PHP #PHP83💻➕➖

MrPunyapal's tweet image. 🚀 Exciting news for PHP devs! 

PHP 8.3 brings awesome functions for incrementing and decrementing alphanumeric strings! 🎉 

Check out the examples below to see them in action! 👇 
#PHP #PHP83💻➕➖

Functional Programming Jargon in JavaScript github.com/hemanth/functi… Lots of terminology explained with code examples

umaar's tweet image. Functional Programming Jargon in JavaScript github.com/hemanth/functi… Lots of terminology explained with code examples

To better understand how a snippet of #PHP code works internally, you can use `phpdbg -p* file.php` to dump the opcodes. This is how you debunk #myths like single quotes being faster than double quotes.

AllaertPatrick's tweet image. To better understand how a snippet of #PHP code works internally, you can use `phpdbg -p* file.php` to dump the opcodes.

This is how you debunk #myths like single quotes being faster than double quotes.

本日! 集まってくれた人に感謝です。 来てくれる人にも感謝したい!ので、 お待ちしてます、誰でも来てくれ。 あと欲しいものリストがマジでろくでもないので、かわりにPHPの公式ドキュメントのリンク貼っておきます php.net/manual/ja/inde…

DJ_SMRY's tweet image. 本日!
集まってくれた人に感謝です。
来てくれる人にも感謝したい!ので、
お待ちしてます、誰でも来てくれ。

あと欲しいものリストがマジでろくでもないので、かわりにPHPの公式ドキュメントのリンク貼っておきます
php.net/manual/ja/inde…
DJ_SMRY's tweet image. 本日!
集まってくれた人に感謝です。
来てくれる人にも感謝したい!ので、
お待ちしてます、誰でも来てくれ。

あと欲しいものリストがマジでろくでもないので、かわりにPHPの公式ドキュメントのリンク貼っておきます
php.net/manual/ja/inde…

CSS is getting support for functions, so I made a small utility library for useful things. It's also a copy-pasteable reference. WIP. github.com/sindresorhus/c…

sindresorhus's tweet image. CSS is getting support for functions, so I made a small utility library for useful things. It&apos;s also a copy-pasteable reference. WIP.

github.com/sindresorhus/c…
sindresorhus's tweet image. CSS is getting support for functions, so I made a small utility library for useful things. It&apos;s also a copy-pasteable reference. WIP.

github.com/sindresorhus/c…

PHP website - Light mode & Dark mode 🌓

nunowar's tweet image. PHP website - Light mode &amp;amp; Dark mode 🌓
nunowar's tweet image. PHP website - Light mode &amp;amp; Dark mode 🌓

Now PHP developers can quickly navigate to changed methods and functions in their pull requests, too. github.com/blog/2512-quic…


WordPressは“ノーコード”だけじゃない。 テーマやプラグインを触るとき、functions.phpに書くだけで機能追加できるのが強い。 フック(Action/Filter)を理解すると一気に自由度上がります🔥 #WordPress開発 #functionsphp #WPフック #カスタマイズ術


WordPressの投稿を「ブランド」や「エリア」などで分類したい? カスタムタクソノミーを使えば、カテゴリー・タグ以外の分類が自由自在! 作り方と表示方法をまとめました👇 👉 yagi-system.com/custom-taxonom… #WordPress #taxonomy #functionsphp


🛠 WordPressのfunctions.phpに処理を追加する方法! こんにちは、#阿久梨絵 です! 子テーマで安全にカスタマイズ✨ フィルター&アクションを活用して、親テーマのアップデートにも対応可能! #WordPress #functionsPHP #カスタマイズ #Web開発 #WP初心 aqlier.com/2025/06/02/wor…


The functions.php file is like a mini-plugin for your theme — powerful but risky if misused. Learn how to edit it safely, when to use plugins instead, and grab some handy code snippets. 📘 Read the complete guide: wpzoom.com/blog/wordpress… #WordPressDev #functionsphp #WPTips

wpzoom's tweet image. The functions.php file is like a mini-plugin for your theme — powerful but risky if misused.

Learn how to edit it safely, when to use plugins instead, and grab some handy code snippets.

📘 Read the complete guide: wpzoom.com/blog/wordpress… 

#WordPressDev #functionsphp #WPTips

Automatically add featured image Alt Text from post title wpxss.com/wp-content/the… #functionsphp

pejcic_rs's tweet image. Automatically add featured image Alt Text from post title wpxss.com/wp-content/the… #functionsphp

phpinfo() WordPress Shortcode wpxss.com/wp-content/the… #functionsphp


Create Stock Filter in WooCommerce – Sort products by Availability wpxss.com/wp-content/the… #functionsphp

pejcic_rs's tweet image. Create Stock Filter in WooCommerce – Sort products by Availability wpxss.com/wp-content/the… #functionsphp

phpinfo() WordPress Shortcode wpxss.com/wp-content/the… #functionsphp


How to disable WordPress Site Admin Email Verification Screen wpxss.com/wp-admin/how-t… #functionsphp #wpadmin

pejcic_rs's tweet image. How to disable WordPress Site Admin Email Verification Screen wpxss.com/wp-admin/how-t… #functionsphp #wpadmin

How to Show Different Themes to Logged-in Users in WordPress wpxss.com/wp-content/the… #functionsphp #plugins

pejcic_rs's tweet image. How to Show Different Themes to Logged-in Users in WordPress wpxss.com/wp-content/the… #functionsphp #plugins

Display List of all WordPress core files wpxss.com/wp-content/the… #functionsphp


Display the Total 🔢 Number of Posts in WordPress wpxss.com/wp-content/the… #functionsphp

pejcic_rs's tweet image. Display the Total 🔢 Number of Posts in WordPress wpxss.com/wp-content/the… #functionsphp

How to add 📜 Scroll Percentage to WordPress without any plugin wpxss.com/wp-content/the… #functionsphp

pejcic_rs's tweet image. How to add 📜 Scroll Percentage to WordPress without any plugin wpxss.com/wp-content/the… #functionsphp

💡 How to use wp_delete_post to delete Posts or Pages wpxss.com/wp-content/the… #functionsphp


Add an ✏️ “Edit Post” Link to WordPress Posts wpxss.com/wp-content/the… #functionsphp

pejcic_rs's tweet image. Add an ✏️ “Edit Post” Link to WordPress Posts wpxss.com/wp-content/the… #functionsphp

How to disable WordPress Site Admin Email Verification Screen wpxss.com/wp-admin/how-t… #wpadmin #functionsphp

pejcic_rs's tweet image. How to disable WordPress Site Admin Email Verification Screen wpxss.com/wp-admin/how-t… #wpadmin #functionsphp

How to display user roles in the WordPress comments 🏅💬 wpxss.com/wp-content/the… #functionsphp

pejcic_rs's tweet image. How to display user roles in the WordPress comments 🏅💬 wpxss.com/wp-content/the… #functionsphp

How to remove meta generator tag from WordPress wpxss.com/wp-content/the… #functionsphp

pejcic_rs's tweet image. How to remove meta generator tag from WordPress wpxss.com/wp-content/the… #functionsphp

The functions.php file is like a mini-plugin for your theme — powerful but risky if misused. Learn how to edit it safely, when to use plugins instead, and grab some handy code snippets. 📘 Read the complete guide: wpzoom.com/blog/wordpress… #WordPressDev #functionsphp #WPTips

wpzoom's tweet image. The functions.php file is like a mini-plugin for your theme — powerful but risky if misused.

Learn how to edit it safely, when to use plugins instead, and grab some handy code snippets.

📘 Read the complete guide: wpzoom.com/blog/wordpress… 

#WordPressDev #functionsphp #WPTips

How to add 📜 Scroll Percentage to WordPress without any plugin wpxss.com/wp-content/the… #functionsphp

pejcic_rs's tweet image. How to add 📜 Scroll Percentage to WordPress without any plugin wpxss.com/wp-content/the… #functionsphp

Automatically add featured image Alt Text from post title wpxss.com/wp-content/the… #functionsphp

pejcic_rs's tweet image. Automatically add featured image Alt Text from post title wpxss.com/wp-content/the… #functionsphp

Create Stock Filter in WooCommerce – Sort products by Availability wpxss.com/wp-content/the… #functionsphp

pejcic_rs's tweet image. Create Stock Filter in WooCommerce – Sort products by Availability wpxss.com/wp-content/the… #functionsphp

Add an ✏️ “Edit Post” Link to WordPress Posts wpxss.com/wp-content/the… #functionsphp

pejcic_rs's tweet image. Add an ✏️ “Edit Post” Link to WordPress Posts wpxss.com/wp-content/the… #functionsphp

How to display user roles in the WordPress comments 🏅💬 wpxss.com/wp-content/the… #functionsphp

pejcic_rs's tweet image. How to display user roles in the WordPress comments 🏅💬 wpxss.com/wp-content/the… #functionsphp

How to remove meta generator tag from WordPress wpxss.com/wp-content/the… #functionsphp

pejcic_rs's tweet image. How to remove meta generator tag from WordPress wpxss.com/wp-content/the… #functionsphp

Display the Total 🔢 Number of Posts in WordPress wpxss.com/wp-content/the… #functionsphp

pejcic_rs's tweet image. Display the Total 🔢 Number of Posts in WordPress wpxss.com/wp-content/the… #functionsphp

Add an ✏️ “Edit Post” Link to WordPress Posts wpxss.com/wp-content/the… #functionsphp

pejcic_rs's tweet image. Add an ✏️ “Edit Post” Link to WordPress Posts wpxss.com/wp-content/the… #functionsphp

How to disable WordPress Site Admin Email Verification Screen wpxss.com/wp-admin/how-t… #functionsphp #wpadmin

pejcic_rs's tweet image. How to disable WordPress Site Admin Email Verification Screen wpxss.com/wp-admin/how-t… #functionsphp #wpadmin

How to Show Different Themes to Logged-in Users in WordPress wpxss.com/wp-content/the… #functionsphp #plugins

pejcic_rs's tweet image. How to Show Different Themes to Logged-in Users in WordPress wpxss.com/wp-content/the… #functionsphp #plugins

Update WordPress Post Publish Date each time it is viewed! wpxss.com/wp-content/plu… #plugins #functionsphp

pejcic_rs's tweet image. Update WordPress Post Publish Date each time it is viewed! wpxss.com/wp-content/plu… #plugins #functionsphp

Use PHP Regex Replace Line-by-Line to remove Malware from large Database Dumps wpxss.com/wp-content/the… #functionsphp

pejcic_rs's tweet image. Use PHP Regex Replace Line-by-Line to remove Malware from large Database Dumps wpxss.com/wp-content/the… #functionsphp

How to disable 🇷🇸 Serbian Cyrillic characters on WooCommerce checkout page wpxss.com/wp-content/the… #functionsphp

pejcic_rs's tweet image. How to disable 🇷🇸 Serbian Cyrillic characters on WooCommerce checkout page wpxss.com/wp-content/the… #functionsphp

If there is only one search result, skip the results page and jump directly to the content 🔧 wpxss.com/wp-content/the… #functionsphp

pejcic_rs's tweet image. If there is only one search result, skip the results page and jump directly to the content 🔧 wpxss.com/wp-content/the… #functionsphp

Loading...

Something went wrong.


Something went wrong.


United States Trends