Skip to content
Magenaut

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

named-parameters

Does PHP allow named parameters so that optional arguments can be omitted from function calls?

October 20, 2022 by Magenaut

Is it possible in PHP to specify a named optional parameter when calling a function/method, skipping the ones you don’t want to specify (like in python)?

Categories PHP, Q&A Tags default-value, named-parameters, optional-parameters, php, php-8 Leave a comment

vsprintf or sprintf with named arguments, or simple template parsing in PHP

October 15, 2022 by Magenaut

I’m searching for a way to use named arguments for sprintf or printf.

Categories PHP, Q&A Tags named-parameters, php, printf, string.format, templates Leave a comment

Normal arguments vs. keyword arguments

August 21, 2022 by Magenaut

How are “keyword arguments” different from regular arguments? Can’t all arguments be passed as name=value instead of using positional syntax?

Categories Python, Q&A Tags arguments, keyword, named-parameters, optional-parameters, python Leave a comment

Python, default keyword arguments after variable length positional arguments

August 15, 2022 by Magenaut

I thought I could use named parameters after variable-length positional parameters in a function call in Python 2, but I get a SyntaxError when importing a python class. I’m writing with the following “get” method, for example:

Categories Python, Q&A Tags default-parameters, named-parameters, python, python-2.x, variadic-functions Leave a comment

Recent Comments

  • silverplugins217 on How to add placeholder for contact form7 for dropdown?
  • Shreyas Ikhar on How to add a custom CSS class to core blocks in Gutenberg editor?
  • Magenaut on How to call function on timer ASP.NET MVC
  • Ebaad Uddin on How to call function on timer ASP.NET MVC
  • michealSmith07 on Is there a way to dynamically refresh the less command?

Tags

.net adobe-illustrator adobe-photoshop ajax arrays asp.net asp.net-core asp.net-mvc bash c# css database django eloquent express html java javascript jquery json laravel laravel-4 laravel-5 laravel-8 linux list mongodb mongoose mysql node.js npm pandas php python python-3.x react-hooks react-native react-router reactjs redux regex sql string typescript wordpress
© 2023 Magenaut • Built with GeneratePress